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);
 }