News Feed
Jobs Feed
Sections




News Archive
Dan Horrigan's Blog:
Security in FuelPHP
March 10, 2011 @ 12:02:32

Dan Horrigan, one of the members of the development team for the Fuel PHP framework has a recent post to his blog of an overview of the the security features of the framework and how it handles things like input and output filtering.

There are many ways to handle security in a web application, and many things to think about. This is by no means an in-depth look on application security. It is meant to be an overview of how to use the security features included in FuelPHP.

The framework lets you set up application-wide input filtering in your configuration file, making it a nice "set it and forget it" kind of thing you don't have to include in each form. There's three types of filtering - xss_clean, htmlentities and strip_tags. For output, he mentions the "e()" method that escapes your output and strips all HTML tags to prevent XSS attacks.

0 comments voice your opinion now!
fuelphp framework security input output filter


blog comments powered by Disqus

Similar Posts

DevShed: User Authentication and PHP Security

RosSoft Blog: Tutorial - Web based search engine for Flickr

Padraic Brady's Blog: Example Zend Framework Blog Application Tutorial - Part 9 PDF Download

Jani Hartikainen's Blog: Zend Framework - good for beginners or not?

Padraic Brady's Blog: PHP Framework Benchmarks: Entertaining But Ultimately Useless


Community Events











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


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

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