At the momentary state of documentation you have to go through the source at some points to find your answers (especially on the option arrays).
But in general the team uses quite good naming conventions, so most of the options are self-explanatory... For clean() i could find some in a sec.. 00190 'connection' => 'default', 00191 'odd_spaces' => true, 00192 'encode' => true, 00193 'dollar' => true, 00194 'carriage' => true, 00195 'unicode' => true, 00196 'escape' => true, 00197 'backslash' => true After all Cake 1.2 is pre-beta ... so you have to read the sourcecode at some points... but it really helps understanding the soul od cake ;) Cheers, Joachim On Oct 25, 6:18 pm, DGPhoebus <[EMAIL PROTECTED]> wrote: > Getting a little frustrated with Cake API and the manual for 1.2. Can > some one tell me where to find the "options" for anything? Say for > instance the function Sanitize::clean(). clean() takes to arguments, > the first being the data to clean. The second is an array for > "options". What options? what format? If I am missing something > here, someone please clue me in. Thanks. > > Daniel --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
