Also keep in mind that the application.ini is parsed and all resources are initialized in the order they are in the file. There is no concept of dependencies or allowing a resource to bootstrap another resource. So the order that you place the resources in your file is the only way to enforce dependencies.
Konr On Mon, Nov 28, 2011 at 3:23 PM, Razorblade <[email protected]> wrote: > Did you registered the namespace with the autoloader? > > > autoloaderNamespaces[] = "BQS_" // should work also with BQS without the > undescore > > > -- > View this message in context: > http://zend-framework-community.634137.n4.nabble.com/Fatal-error-Call-to-a-member-function-setLayout-on-a-non-object-tp4116808p4116949.html > Sent from the Zend Framework mailing list archive at Nabble.com. > > -- > List: [email protected] > Info: http://framework.zend.com/archives > Unsubscribe: [email protected] > > > -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
