コード例 #1
0
 public static function getInstance()
 {
     if (null === self::$_instance) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }
コード例 #2
0
ファイル: factory.php プロジェクト: andreytech/mary-framework
 static function getDB()
 {
     return CoreActiveRecord::getInstance();
 }