News Feed
Jobs Feed
Sections




News Archive
Ed Finkler's Blog:
The Zend Framework and Its Influence on Secure PHP Development
March 16, 2007 @ 08:28:43

Ed Finkler has an interesting new post on his blog today that looks at what kind of influence the Zend Framework has had on the PHP community's outlook on secure web development.

I posted this rather lengthy argument in the Zend fw-core mailing list after I learned that the Zend_Filter_Input component had been dropped from the Zend Framework. I have used this component extensively in various projects, and had written up a contribution to the Zend DevZone that described using a bootstrap script to block direct access by your developers to the superglobal user input arrays ($_GET, $_POST, $_COOKIE, etc).

He includes the post and talks about things like the good side of PHP's popularity and the bad side (like developers that cannot write secure applications). He targets the Zend Framework as one tool that has made it slightly harder to write secure applications (as of the move from 0.7 to 0.8 because of small things like having to create a filter object to do any filtering).

The key to his complaint is the removal of the Zend_Filter_Input component which, from his perspective, made things easier to secure and made for simpler and cleaner code.

0 comments voice your opinion now!
secure development zendframework future zendfilterinput secure development zendframework future zendfilterinput


blog comments powered by Disqus

Similar Posts

Developer.com: Integrating Twitter Into the Zend Framework

Andi Gutmans' Blog: Looking to grow Zend Framework Team

NETTUTS.com: Object-Oriented PHP for Beginners

Zend Developer Zone: Zend_Layout and Zend _View Enhancements Webinar

Felix Geisendörfer's Blog: Agile Web development (with CakePHP)


Community Events











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


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

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