西部数码主机 | 阿里云主机| 虚拟主机 | 服务器 | 返回乐道官网
当前位置: 主页 > php教程 > magento教程 >

magento “Model collection resource name is not defined” 错

时间:2016-03-18 08:49来源: 作者: 点击:
问题出现于使用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();
    }

 

(责任编辑:好模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
栏目列表
热点内容