示例#1
0
文件: DB.php 项目: bkb24/mvc
 private function __construct()
 {
     $this->driver = DBDriverFactory::make();
 }