Exemplo n.º 1
0
 protected function _construct()
 {
     if (!self::$_helper) {
         self::$_helper = Mage::helper('blog');
     }
     if (!self::$_collection) {
         self::$_collection = $this->_prepareCollection();
     }
 }