db_mysql::__construct PHP Method

__construct() public method

public __construct ( &$conf )
    public function __construct(&$conf)
    {
        $this->conf =& $conf;
    }

Usage Example

Beispiel #1
0
 function __construct($debug = 0)
 {
     parent::__construct($debug);
 }