News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
A View Stream with Zend_View
February 07, 2008 @ 07:58:17

Rob Allen has posted about a small modification that he made to his Zend Framework setup that allows for a little safer echoing of information out to the View later of an application.

One of my biggest issues with using PHP as the templating engine in View scripts is that the easiest way to echo a variable is the least secure. [...] So, I decided to leverage a post by Mike Naberezny from a while ago about streams. The idea is all his; I just modified it to work with Zend Framework's Zend_View the way I wanted it to.

His method uses a slightly different output format - instead of using a normal echo statement to push out the escaped output, it uses a special syntax using the "@" sign as a shortcut to the call to escape(). He includes the code you'll need to make it work in your ZF install and explain it a bit (including where the real key lies - in stream_popen).

0 comments voice your opinion now!
zendframework stream zendview escape custom output view


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Updated tutorial for Zend Framework 2 beta 1

ZendCasts.com: Unit Testing Zend_Form

Michelangelo van Dam's Blog: Zend Framework Bughuntday review

Felix Geisendorfer's Blog: Migrating from WordPress to CakePHP

IT Jungle: PHP and the Zend Framework


Community Events









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


zendframework2 podcast testing code development api unittest tool community interview language release opinion example introduction object composer phpunit framework database

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