Am creating an action helper that will require the return value of the Zend_View_Helper_BaseUrl How do I …
zend-framework zend-controller base-urlI want to display a page that has 2 forms. The top form is unique to this page, but the bottom …
zend-framework zend-controllerI have a Controller that I want to use for ajax scripts to call and set session variables, get information, …
php zend-framework zend-view zend-controller zend-layoutI wanted the functionalities of view files to run in controller file also. For example, I wanted $this->escapeHtml() …
php zend-framework2 zend-view zend-controllerI'm trying to capture a URL parameter in my bootstrap file but after several attempts I'm not able to do …
zend-framework zend-controllerI've read that $this->getHelper('[helper_name]') is preferable to $this->_helper->[helper_name]. What …
zend-framework redirect zend-controller