Esempio n. 1
0
 protected function _construct()
 {
     parent::_construct();
     $this->addData(array('cache_lifetime' => 31536000, 'cache_tags' => $this->x25));
     $this->x23 = true;
     $this->_prepareTheCollection();
 }
Esempio n. 2
0
 /**
  * Resource initialization
  */
 protected function _construct()
 {
     parent::_construct();
     $this->addData(array('cache_lifetime' => 31536000, 'cache_tags' => array(Mage_Cms_Model_Block::CACHE_TAG)));
 }