News Feed
Jobs Feed
Sections




News Archive
Ben Ramsey's Blog:
Zend Framework View Notes
April 05, 2007 @ 06:59:44

In a new entry today, Ben Ramsey, how's been working with the Zend Framework for a bit now, shares an interesting bit of information about how to use Views a little bit differently.

Most notably, I've started using the "new way" of using views, which is still undocumented in the manual. Rather than create a new Zend_View object, tell it where my views are, and echo a call to its render() method, I'm letting the controller's render() method do it all for me.

He illustrates with a simple example using the default framework directory setup, save for the special "scripts" directory he creates. This makes it possible for the controller to handle the rendering rather than the typical view functionality. Then, using the views is a simple init() call away, automagically.

1 comment voice your opinion now!
zendframework view controller render init zendframework view controller render init


blog comments powered by Disqus

Similar Posts

Matthew Weir O'Phinney's Blog: Using Zend_View Placeholders to Your Advantage

Community News: Zend Framework 0.9 beta feature-freeze

Jonathan Snook's Blog: View Caching in CakePHP 1.1.8

3 Engineers Blog: 3 Step Layouts in Zend Framework

CakeBaker: Use components from the Zend Framework with CakePHP


Community Events











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


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

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