Top "Zend-controller" questions

Getting the baseurl value into my controllers

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-url
ZEND Controllers -- How to call an action from a different controller

I want to display a page that has 2 forms. The top form is unique to this page, but the bottom …

zend-framework zend-controller
Zend Framework - Set No Layout for Controller

I 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-layout
In ZF2 how to make view functions to run in controller

I wanted the functionalities of view files to run in controller file also. For example, I wanted $this->escapeHtml() …

php zend-framework2 zend-view zend-controller
How to access URL parameters in bootstrap

I'm trying to capture a URL parameter in my bootstrap file but after several attempts I'm not able to do …

zend-framework zend-controller
Zend Controller Action: _redirect() vs getHelper('Redirector')->gotoUrl()

I've read that $this->getHelper('[helper_name]') is preferable to $this->_helper->[helper_name]. What …

zend-framework redirect zend-controller