phpOpenTracker/phpOpenTracker/Database Driver.php,NONE,1.1 ResultIterator.php,NONE,1.1 MSSQL.php,1.1,NONE MySQL.php,1.1,NONE MySQL_Merge.php,1.1,NONE Oracle.php,1.1,NONE PostgreSQL.php,1.1,NONE

Sebastian Bergmann <[email protected]>
Newsgroups gmane.comp.web.phpopentracker.cvs
Message-ID <[email protected]>
Update of /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/Database
In directory sc8-pr-cvs1:/tmp/cvs-serv8933/phpOpenTracker/Database

Added Files:
	Driver.php ResultIterator.php 
Removed Files:
	MSSQL.php MySQL.php MySQL_Merge.php Oracle.php PostgreSQL.php 
Log Message:
Database_* refactoring.

--- Oracle.php DELETED ---

--- PostgreSQL.php DELETED ---

--- MySQL.php DELETED ---

--- MySQL_Merge.php DELETED ---

--- NEW FILE: ResultIterator.php ---
<?php
//
// +---------------------------------------------------------------------+
// | phpOpenTracker - The Website Traffic and Visitor Analysis Solution  |
// +---------------------------------------------------------------------+
// | Copyright (c) 2000-2003 Sebastian Bergmann. All rights reserved.    |
// +---------------------------------------------------------------------+
// | This source file is subject to the phpOpenTracker Software License, |
// | Version 1.0, that is bundled with this package in the file LICENSE. |
// | If you did not receive a copy of this file, you may read it online  |
// | at http://www.phpopentracker.de/license.html.                       |
// +---------------------------------------------------------------------+
//
// $Id: ResultIterator.php,v 1.1 2003/11/24 20:26:35 bergmann Exp $
//

class phpOpenTracker_Database_ResultIterator implements Iterator {
}

//
// "phpOpenTracker essenya, gul meletya;
//  Sebastian carneron PHP."
//
?>

--- MSSQL.php DELETED ---

--- NEW FILE: Driver.php ---
<?php
//
// +---------------------------------------------------------------------+
// | phpOpenTracker - The Website Traffic and Visitor Analysis Solution  |
// +---------------------------------------------------------------------+
// | Copyright (c) 2000-2003 Sebastian Bergmann. All rights reserved.    |
// +---------------------------------------------------------------------+
// | This source file is subject to the phpOpenTracker Software License, |
// | Version 1.0, that is bundled with this package in the file LICENSE. |
// | If you did not receive a copy of this file, you may read it online  |
// | at http://www.phpopentracker.de/license.html.                       |
// +---------------------------------------------------------------------+
//
// $Id: Driver.php,v 1.1 2003/11/24 20:26:35 bergmann Exp $
//

abstract class phpOpenTracker_Database_Driver {
    private $configuration;

    public function __construct() {
        $this->configuration = phpOpenTracker_Configuration::getConfiguration();
    }
}

//
// "phpOpenTracker essenya, gul meletya;
//  Sebastian carneron PHP."
//
?>




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.