예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('em_blog/category/tree.phtml');
     $this->setUseAjax(true);
     $this->_withProductCount = true;
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $id = Mage::app()->getFrontController()->getRequest()->getParam('id', 0);
     $this->setTemplate('em_blog/category/edit/form.phtml');
 }