Uah,

I found my mistake,
as you could see in my bootstrap I have added an Plugin for menu creation.
This plugin caused the recursion error in my webpage.
Maybe someone could tell me how to that better ?

My current plugin looks like:

<?php

class MSG_Plugins_Menu extends Zend_Controller_Plugin_Abstract {

        public function postDispatch() {
        $viewRenderer  =
Zend_Controller_Action_HelperBroker::getStaticHelper('viewRenderer');
        // Creating view object.
        $viewRenderer->init();
        
        $this->getResponse()->insert('nav',
$viewRenderer->view->render('Menu.phtml'));
    }
}

-- 
Mit freundlichen Grüßen
With best regards

Wolfgang Forstmeier
-------------------------------------------
+49° 34' 26.76", +11° 0' 48.60"
-------------------------------------------
mailto:[EMAIL PROTECTED]

Reply via email to