public
Description: CakePHP Plugin - Convert model validation rules to JavaScript and apply on the frontend using jQuery
Homepage:
Clone URL: git://github.com/mcurry/js_validate.git
js_validate / js_validate_app_model.php
100644 5 lines (4 sloc) 0.056 kb
1
2
3
4
5
<?php
class JsValidateAppModel extends AppModel {
 
}
?>