News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Using your own View object with Zend_Application
February 16, 2011 @ 10:38:32

In the latest post to his blog Rob Allen shows you how to create a custom View object for your Zend Framework application with the help of the Zend_Application component. It uses one of two ways to set up this custom view object - either in the bootstrap or as a custom resource.

Let's say that you want to use your own view object within your Zend Framework application. Creating the view object is easy enough in library/App/View.php along with adding the App_ namespace to the the autoloader in application.ini. All we need to now is get Zend_Application to bootstrap with our new view class. There are two ways of doing this: within Bootstrap.php or using a custom resource.

He includes the code to make it happen both ways - by adding an _initView method in the application's Bootstrap.php file or by creating a new class called App_Resource_View that overrides the getView() method that grabs the custom object.

0 comments voice your opinion now!
zendframework view object custom tutorial bootstrap resource


blog comments powered by Disqus

Similar Posts

ONLamp.com: Introduction to Flex Using PHP

Inside Open Source: Two New Articles (Date/Time & Services_Google)

Kevin Schroeder's Blog: A little more advanced ZF2 EventManager usage

Mikko Koppanen's Blog: Creating a simple line graph

Mike Naberezny\'s Blog: Fluent Interfaces in PHP


Community Events











Don't see your event here?
Let us know!


release testing functional opinion language series framework interview phpunit community tool object conference podcast introduction unittest development code example zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework