News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Zend_View Access the view from a view helper
December 07, 2007 @ 12:08:00

In this new blog entry, Rob Allen has shared a simple View setup that he's been using in his Zend_View setup (on the Zend Framework).

It's in the manual, but I thought I'd blog about my simple View Helper setup that ensures that I can get at the view with minimal effort. [...] his class contains the code required by Zend_View to collect an instance of the view and assign it to a protected variable. All my view helpers extend this class and so I can access the view using $this->_view.

His code creates a simple object that all of his views extend and make a single object that refers back to the view itself.

0 comments voice your opinion now!
zendview zendframework helper access view zendview zendframework helper access view


blog comments powered by Disqus

Similar Posts

phpDevelopment Blog: Zend Framework Tutorial Series: Part 3 – Login and Signup with (RE)Captcha

Padraic Brady's Blog: New French Zend Framework Book By Julien Pauli

Till Klampaeckel's Blog: Iterating over a table (with Zend_Db_Table and Zend_Paginator)

Thomas Weidner's Blog: Compression and Decompression for ZF

Chris Hartjes' Blog: A New Way Of Judging Frameworks: Where are the tests?


Community Events











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


development api podcast community interview language framework series phpunit testing code application example release functional opinion object zendframework2 introduction composer

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