コード例 #1
0
ファイル: factory.php プロジェクト: vanie3/appland
 public static function getDbo()
 {
     if (!self::$database) {
         self::$database = self::createDbo();
     }
     return self::$database;
 }