Hallo cricket, Thanks a lot, the validation rules works. But i don't had understood where i have to include a hidden form input... Sorry im a newbie.
On 12 Mrz., 17:40, cricket <[email protected]> wrote: > The alphaNumeric rule is equivalent to /[a-A-Z0-9]+/ and is only > useful for something like a password or other code. For something like > a title, try 'rule' => array('minLength', 1). It's a lot more > flexible. > > For editing a record, you need to include the id in $this->data for > the save(). Include a hidden form input with the id so that it is > included in $data. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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
