Hey Rob,
can you try r15204 in trunk?
-ralph
Rob Allen wrote:
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 on
by default). The trick, then, is getting autoloading setup correctly per
your 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...