05.25
php
saved
dardosordi
Note
example model validating the title
example model validating the title
- <?php
- class Post extends AppModel {
- var $name = 'Post';
- );
- 'allowEmpty' => false,
- 'message' => 'You must enter a post title!',
- 'required' => true
- )
- );
- }
- ?>
Parsed in 0.036 seconds, using GeSHi 1.0.7.14