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