On 26 Apr 2009, at 16:44, Matthew Weier O'Phinney wrote:
Basically, with the advent of Zend_Application, we don't need to use require_once statement within our controllers (since autoloading is onby default). The trick, then, is getting autoloading setup correctly peryour application when doing class reflection -- which is what Ralph is working on.
That make sense. I wondered if it was related to the zf create project problem, but then wasn't sure as that got fixed :)
Regards, Rob...
