服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > 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%
------分隔线----------------------------
栏目列表
热点内容