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

Developer.com: Build Multi-lingual Websites With the Zend Framework

Robert Basic: Working with custom view helpers in Zend Framework 2

KillerPHP.com: Zend Framework: Using View Helpers to Build Rich, Scalable, Controls

Alexander Netkachev's Blog: How to use Zend Framework Controller/Action approach?

Rudy Nappee's Blog: The harest week (GSoC Docbook Renderer)


Community Events











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


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

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