Hi All! I am a novice in zf and i have a question: in my home page i have ( for example ) a section for the news, with its controllerAction and view, a login form with its controller and views and the main content of my home page.
I have three controller, how i can call the indexAction of each sections in order to retrive the three views ? should I made a main controller with a indexAction that set an actionStack that call the three indexAction ( login, content and news ) ? how zf works in order to call the actions of others controller, to build the full view of the page ?? Thanks.... -- View this message in context: http://www.nabble.com/action-stack-or-not----tp24209038p24209038.html Sent from the Zend Framework mailing list archive at Nabble.com.
