News Feed
Jobs Feed
Sections




News Archive
Pádraic Brady's Blog:
Complex Views with the Zend Framework - Part 4 The View Factory
May 02, 2007 @ 11:45:00

Pádraic Brady continues his look at complex views in a new blog post today (carrying on from parts one, two, and three. This time, the focus is on creating multiple objects on the page via Zend_View (encapsulation).

Zend_View is rather a complex class to instantiate. Not only does it have optional settings, it also requires path information in order to locate it's templates, helpers and filters.

[...] In this blog entry I'll present a class (the Factory) dedicated to churning out any number of Zps_View (subclass of Zend_View) objects using a class called Zps_View_Factory. To make things more interesting we'll also centralise all those default settings a View might require into a configuration file which our Factory will be able to use.

He start with the UML diagram of how things will fit together once the system is in place (Zps_View_Factory, Zps_View_Factory_Interface, and Zps_View). Then it's on to the sample code - creating the factory in the bootstrap file and making some simple objects.

0 comments voice your opinion now!
complex view zendframework factory object zendview complex view zendframework factory object zendview


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Determining if a ZF view helper exists

Stefan Mischook's Blog: Object Oriented PHP Tutorial Updated

Rob Allen's Blog: Akrabat_Db_Schema_Manager: Zend Framework database migrations

DevShed: Introducing the Chain of Responsibility Between PHP Objects

Zend Developer Zone: My Favorite Design Patterns


Community Events











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


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

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