A google for cakephp validation returns the following: http://book.cakephp.org/2.0/en/models/data-validation.html
On 6 Mar 2014, at 14:17, Art Sir <[email protected]> wrote: > I'm reffering to Cake Bake Model -> validation > > Where is the document that explains all of this? > > 1. alphaNumeric 18. maxLength > 2. between 19. mimeType > 3. blank 20. minLength > 4. boolean 21. money > 5. cc 22. multiple > 6. comparison 23. naturalNumber > 7. custom 24. notEmpty > 8. date 25. numeric > 9. datetime 26. phone > 10. decimal 27. postal > 11. email 28. range > 12. equalTo 29. ssn > 13. extension 30. time > 14. fileSize 31. uploadError > 15. inList 32. url > 16. ip 33. userDefined > 17. luhn 34. uuid > > I know most are self explnator but what is > > blank vs no validation? comparison? inList?, luhn? money does this include > the decimal? naturalNumber vs numeric? userDefined vs Custom? uuid? > > What is a good one for name and paragraph? > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/cake-php. > For more options, visit https://groups.google.com/groups/opt_out. .................................... Mike Karthäuser Director, Brightstorm Ltd. 1, Brewery Court North Street Bristol BS3 1JS [email protected] www.brightstorm.co.uk +44(0) 7939252144 .................................... -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/groups/opt_out.
