Exemplo n.º 1
0
Arquivo: DB.php Projeto: bkb24/mvc
 private function __construct()
 {
     $this->driver = DBDriverFactory::make();
 }