0

在下载的模块中有一个特定的调用Mage::getModel('module/statistic_collection'),这给了我failed to open stream: No such file or directory路径错误,Namespace/Module/Model/Statistic/Collection.php但它存在于Namespace/Module/Model/Mysql4/Statistic/Collection.php.
那么我怎样才能告诉 magento 他们需要添加Mysql4文件夹呢?

4

1 回答 1

2

你有两个选择:

Mage::getResourceModel('module/statistics_collection')

或者

Mage::getModel('module/statistics')->getCollection()
于 2013-02-20T19:25:02.193 回答