Just need to set up navigation per admin module, I know it is strange and not really good practice may be but I need to set it for admin part.
thanks
Just need to set up navigation per admin module, I know it is strange
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try this:
This excerpt is taken from
Zend_Layout::getView();If you are going to need the layout anyway too, you could extend
Zend_Layout_Controller_Plugin_Layoutin stead ofZend_Controller_Plugin_Abstract.Then, to access the layout do:
And to access the view, do: