RE: Validation Help - All code Included - Figured Out

2009-10-19 Thread Dave Maharaj :: WidePixels.com
I got it working. Dave -Original Message- From: Dave Maharaj :: WidePixels.com [mailto:d...@widepixels.com] Sent: October-19-09 2:16 PM To: cake-php@googlegroups.com Subject: Validation Help - All code Included This is driving me crazy. User Model: var $validate = array

Validation Help - All code Included

2009-10-19 Thread Dave Maharaj :: WidePixels.com
This is driving me crazy. User Model: var $validate = array( 'username' => array( 'usernameRule-1' => array( 'rule' => array( 'notEmpty'), 'message' => 'Please choose a Username', 'r