A few minutes after I sent the previous reply, that matter of ZF attempting to look up Default_Model_Category really stuck in my head, so I added the following line to my Category model:
protected $_name = 'category'; Sure enough, this fixed the problem. I tested identical code on my DreamHost server (which runs Linux), and the problem also exists there. Is this addition the proper way to create models now? I can't imagine it would be, but maybe I missed something in one of the recent releases. Jason -- View this message in context: http://www.nabble.com/Using-Default-Models-within-Other-Modules-tp25244043p25260944.html Sent from the Zend Framework mailing list archive at Nabble.com.
