In a controller, I can call viewRenderer helper like this : $this->_helper->viewRenderer->setNoRender(true);
I have in Controller init() a list of common styles: $this->view->headLink()->setStylesheet(\'/style/style.css\');
I\'ve got a Zend-Framework application. I\'m using the module-structure which Zend_Controller_Frontprovides. Here is a small excerpt from my directory-structure (only the important parts for this ques
I need some help with a custom view helper. My folder structure is like this: application - modules - - smjestaj
i have a question about the best practice on urls in a zend application. My application will run in two different contexts (facebook and standalone).
I was creating a viewhelper because there is logic on the rendering of the content. But then I realize that I am hardcoding the html inside the vi开发者_StackOverflow中文版ewhelper which is achievable