News Feed
Sections
News Archive


Community Events






Michael Girouard's Blog:
FIEO with PHP 5 Interceptors
0 comments :: posted Thursday November 08, 2007 @ 08:41:00
voice your opinion now!

Michael Girouard has a post on his blog about something that's becoming more and more wide-spread in the PHP community (thankfully) - filtering input from users and escaping the output to ensure the safety of your application.

The idea itself is simple. When data comes into your application, it must be filtered prior to it actually being used for any reason. This means all data. Form values, URL values, and yes, even the values in the forever useful $_SERVER superglobal. [...] Before leaving your application, data should be properly escaped with the specific output medium in mind.

Previously he showed how, using an interceptor method in PHP5, you could build "collections of data". He uses the same sort of method here, appling custom filters to the data based on the output call. Code is included for both the filtering interface and two example filters - one for SQL and the other for HTML.

You can also grab the code if you just want to play with that.

tagged with: fieo php5 interceptor filter input escape output fieo php5 interceptor filter input escape output



code application book zend developer cakephp security zendframework mysql pecl package database releases PEAR release conference ajax job framework PHP5

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