예제 #1
0
파일: Db.php 프로젝트: nima7r/phpfox-dist
 public function __construct()
 {
     if (self::$_object === null) {
         self::$_object = \Phpfox_Database::instance();
     }
 }