示例#1
0
文件: mysql.php 项目: ewa-k-batko/dom
 private function __construct()
 {
     self::$db = Model_Db_Mysql::getInstance(Manager_Config::dbCnf());
 }