/home/desid573/book.familycab.com.au/pdd/lib/Cake/Test/test_app/Model
NameSizeModeActions
Behavior/-0755rm
Datasource/-0755rm
AppModel.php10820644editdlrm
Comment.php8490644editdlrm
Extract.php12080644editdlrm
PersisterOne.php16970644editdlrm
PersisterTwo.php9730644editdlrm
Post.php8000644editdlrm
Edit: /home/desid573/book.familycab.com.au/pdd/lib/Cake/Test/test_app/Model/PersisterOne.php (1697B)
array( 'custom' => array( 'rule' => array('custom', '.*'), 'allowEmpty' => true, 'required' => false, 'message' => 'Post title is required' ), 'between' => array( 'rule' => array('lengthBetween', 5, 15), 'message' => array('You may enter up to %s chars (minimum is %s chars)', 14, 6) ) ), 'body' => array( 'first_rule' => array( 'rule' => array('custom', '.*'), 'allowEmpty' => true, 'required' => false, 'message' => 'Post body is required' ), 'second_rule' => array( 'rule' => array('custom', '.*'), 'allowEmpty' => true, 'required' => false, 'message' => 'Post body is super required' ) ), ); }