App Directory >> CakePHP Sanitize by Diogo Resende
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 <title>
For a complete list of features, check the CakePHP documentation about this class.
App Files
- mvc
- components