Hi,
I've downloaded the 1.9 release of ZF and I have added this line to my
config (what the manual shows you in how to module specific configuration):
dashboard.resources.layout.layoutPath = "modules/dashboard/layouts"
I created the module bootstrap:
class Dashboard_Bootstrap extends Zend_Application_Module_Bootstrap
But nothing happens when I go to /dashboard
I tried adding to my default bootstrap:
$this->bootstrap('Modules');
But it tells me: Resource matching "modules" not found?
--
View this message in context:
http://www.nabble.com/Resource-matching-%22modules%22-not-found-tp24768123p24768123.html
Sent from the Zend Framework mailing list archive at Nabble.com.