コード例 #1
0
ファイル: CBase.php プロジェクト: nbaiwan/yav
 public function getCache()
 {
     if (self::$__cache === null) {
         self::$__cache = Yaf_Registry::get('cache');
         $this->cache = self::$__cache;
     }
     return self::$__cache;
 }
コード例 #2
0
ファイル: page_model.php プロジェクト: Lynxiel/elektrika-full
 public function __construct()
 {
     parent::__construct();
 }