コード例 #1
0
ファイル: class.logmodel.php プロジェクト: sitexa/vanilla
 /**
  *
  *
  * @return LogModel
  */
 protected static function _Instance()
 {
     if (!self::$_Instance) {
         self::$_Instance = new LogModel();
     }
     return self::$_Instance;
 }