Hy fellows,

I have problems encoding ZF.
Initialising my view within the controller causes an PHP_ERROR
when using an encoded version.
My controller code:

   public function init()
   {
       $this->_redirector = $this->_helper->getHelper('Redirector');
   }

This causes the helperbroker to fail at the second line (line 315):

   if (class_exists($class, false)) {
       $helper = new $class();

So PHP recognises within "class_exists" that the requested
Zend_Controller_Action_Helper_ViewRenderer is avaiable,
but it fails to initiate the class.

Using an unencoded version does not show this failure.

Has anyone had such problems in past, or can show me the direction
of how to fix this issue ???
Any advice would be great.

Greetings
Thomas

Reply via email to