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_controller.php
100644 6 lines (4 sloc) 0.066 kb
1
2
3
4
5
6
<?php
class JsValidateAppController extends AppController {
 
}
 
?>