コード例 #1
0
ファイル: List.php プロジェクト: klord9x/project-nam1
 protected function _construct()
 {
     parent::_construct();
     $this->addData(array('cache_lifetime' => 31536000, 'cache_tags' => $this->x25));
     $this->x23 = true;
     $this->_prepareTheCollection();
 }
コード例 #2
0
ファイル: Logo.php プロジェクト: klord9x/project-nam1
 /**
  * Resource initialization
  */
 protected function _construct()
 {
     parent::_construct();
     $this->addData(array('cache_lifetime' => 31536000, 'cache_tags' => array(Mage_Cms_Model_Block::CACHE_TAG)));
 }