最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > Magento > Magento教程 >

magento “Model collection resource name is not defined” 错误

时间:2014-06-22 01:41来源:未知 作者:最模板zuimoban 点击:
问题出现于使用Grid时,解决方案。在使用的Model处添加 public function _construct() { parent :: _construct(); $this -_init(employee/employee ); } 其中init内的数值由下面的函数决定 protected function _prepareCo

问题出现于使用Grid时,解决方案。在使用的Model处添加

public function _construct() {
        parent::_construct();
        $this->_init('employee/employee');
    }

其中init内的数值由下面的函数决定

protected function _prepareCollection()
    {
        $collection = Mage::getModel('employee/employee')->getCollection();
        $this->setCollection($collection);
        return parent::_prepareCollection();
    }

 

(责任编辑:最模板)
------分隔线----------------------------
栏目列表
推荐内容