예제 #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
 public function __construct()
 {
     parent::__construct();
 }