예제 #1
0
파일: Abstract.php 프로젝트: rcclaudrey/dev
 protected function _construct()
 {
     parent::_construct();
     if (!self::$_ariParams) {
         self::$_ariParams = Mage::registry('ari_params');
     }
     if (!self::$_ariData) {
         self::$_ariData = Mage::registry('ari_data');
     }
 }
예제 #2
0
파일: Criteria.php 프로젝트: rcclaudrey/dev
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('vk_fitment/tireshop/criteria.phtml');
 }
예제 #3
0
파일: Selector.php 프로젝트: rcclaudrey/dev
 protected function _construct()
 {
     parent::_construct();
     $this->_params = Mage::app()->getRequest()->getParams();
     $this->setTemplate('vk_fitment/catalog/product/selector.phtml');
 }
예제 #4
0
파일: Selector.php 프로젝트: rcclaudrey/dev
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('vk_fitment/landing/selector.phtml');
 }