예제 #1
0
파일: DB.php 프로젝트: bkb24/mvc
 private function __construct()
 {
     $this->driver = DBDriverFactory::make();
 }