Beispiel #1
0
Datei: DB.php Projekt: bkb24/mvc
 private function __construct()
 {
     $this->driver = DBDriverFactory::make();
 }