Итак, я хотел бы переопределить класс Mage_Rating_Model_Resource_Rating_Option_Vote_Collection.
сделать следующее:
<config>
...
<global>
<models>
<rating_resource>
<rewrite>
<rating_option_vote_collection>Mycompany_Modulename_Model_Resource_Rating_Option_Vote_Collection</rating_option_vote_collection>
</rewrite>
</rating_resource>
</models>
</global>
...
</config>
Я пробовал также это:
<config>
...
<global>
<models>
<rating>
<rewrite>
<resource_rating_option_vote_collection>Mycompany_Modulename_Model_Resource_Rating_Option_Vote_Collection</resource_rating_option_vote_collection>
</rewrite>
</rating>
</models>
</global>
...
</config>
Я получаю false на
Mage :: getResourceModel ('modulename / rating_option_vote_collection')
в любом случае.
Что здесь может быть не так?
PS:кеш выключен.