Open-Source PHP Framework - Designed for rapid development of performance-oriented scalable applications

App Directory >> CakePHP Sanitize by Diogo ResendeDiogo Resende

Download this App

package
sanitize
version
1.0.0
license
MIT (X11)

CakePHP Sanitize

This is the Cake sanitize component, converted from the CakePHP Framework to PHP5-syntax for Vork.

Example:

echo get::component('sanitize')->html('This is a post <title>');

Will output:

This is a post 
&lt;title&gt;


For a complete list of features, check the CakePHP documentation about this class.

App Files