How do you use the sanitize methods in cakePHP. I read the manual, but
it tells you to do this:
// First, include the core library:
uses('sanitize');
// Next, create a new Sanitize object:
$mrClean = new Sanitize();
// From here, you can use Sanitize to clean your data
// (These methods explained in the next section)
Which doesn't work ANYWHERE.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---