Tag Archives: controller
Zend Framework: Redirection
Just a small tips, for sometimes we will forget some simple codes. I wrote this post for my future reference, just like the rest of the codes. To redirect in Zend Framework, ex: from from action to another, like from … Continue reading
Posted in Zend Framework
Tagged action, controller, framework, gotoroute, php, redirect, redirection, redirector, url, zend
1 Comment
Zend Framework Tips: View and Layout Settings
Using Zend Framework, you can have views and layouts without any configurations. Every action on a Zend_Controller needs an equivalent phtml file. Example: If you have a controller named BooksController, having actions index, add, edit, delete; each action requires a … Continue reading
Posted in Zend Framework
Tagged action, controller, disable, helper, layout, norender, render, renderer, setnorender, view, viewrenderer
Leave a comment




