yes, I did.
fixed it now in boostrap with:
public function _initBQSViewHelper()
{
$view = $this->getResource('view');
$view->setHelperPath(APPLICATION_PATH . '/../library/BQS/View/Helper',
'\BQS\View\Helper\\');
}
With the resource it would be more clean, but I did not get it to work
-----Ursprüngliche Nachricht-----
Von: Razorblade [mailto:[email protected]]
Gesendet: Montag, 28. November 2011 22:23
An: [email protected]
Betreff: Re: AW: AW: [fw-general] Re: Fatal error: Call to a member function
setLayout() on a non-object
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]