在下载的模块中有一个特定的电话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
文件夹?
答案 0 :(得分:2)
您有两种选择:
Mage::getResourceModel('module/statistics_collection')
或
Mage::getModel('module/statistics')->getCollection()