db_mysql::__construct PHP Méthode

__construct() public méthode

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

Usage Example

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