On Wed, Aug 13, 2008 at 5:14 PM, maxarbos <[EMAIL PROTECTED]> wrote: > (...) > The section under: Criticism > Design : 'Also, Zend_Controller doesn't allow > modular systems to load model files from within its own module as well as > outside modules.' .
I yahoo'd (my new favorite verb ;)) and found this: http://www.zfforum.de/showpost.php?p=16271&postcount=10 Now, the post is in German, but check out the source code in the attachment. And the code samples, looks like a model loader. I am not sure if this code also in one of the proposals, but it looks promising. I haven't had too much time to look into this, so I am using a less elegant way (aka shortcut) to load my models currently: require_once 'app/modules/foo/model/Whatever.php'; Cheers, Till
