コード例 #1
0
ファイル: Abstract.php プロジェクト: ramantalkin/tmp01skin
 protected function _construct()
 {
     if (!self::$_helper) {
         self::$_helper = Mage::helper('blog');
     }
     if (!self::$_collection) {
         self::$_collection = $this->_prepareCollection();
     }
 }
コード例 #2
0
ファイル: Abstract.php プロジェクト: klord9x/project-nam1
 protected function _construct()
 {
     if (!self::$_helper) {
         self::$_helper = Mage::helper('blog');
     }
 }