Пример #1
0
Файл: DB.php Проект: bkb24/mvc
 private function __construct()
 {
     $this->driver = DBDriverFactory::make();
 }