Tag Archives: Zend Framework

Automatically prepare your pages with Zend Framework 1

When you make a new website or work on a new project, you want to keep it as easy as possible to add new pages. Zend Framework 1 offers a few ways to do this, for example if all the actions in your controller share some common code, you would put that in the controller’s init() function. But what if your whole site shares some common code?

Continue reading Automatically prepare your pages with Zend Framework 1