Example #1
0
 /**
  * @return App_Log
  * Enter description here ...
  */
 static function get()
 {
     if (self::$_instran == null) {
         self::$_instran = new App_Log();
     }
     return self::$_instran;
 }