db_mysql::__construct PHP Метод

__construct() публичный Метод

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

Usage Example

Пример #1
0
 function __construct($debug = 0)
 {
     parent::__construct($debug);
 }