コード例 #1
0
 public static function &getInstance()
 {
     if (self::$_instance === null) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }
コード例 #2
0
ファイル: ActionLog.php プロジェクト: emilymwang8/ajk-broker
 public function ActionLogCount($propId)
 {
     return Model_Fyk_PropActionLog::getInstance()->PropActionLogCount($propId);
 }