pajama icon indicating copy to clipboard operation
pajama copied to clipboard

A PHP model validator compatible with the jQuery Validation plugin that allows for shared validation rules (in JSON) between JavaScript and PHP.

Results 1 pajama issues
Sort by recently updated
recently updated
newest added

Hi! Is there an equivalent to jquery validation plugin 's message field in Pajama? Something like: \Pajama\Validator::validate(array( 'model' => $_POST, 'rules' => array( 'first_name' => 'required', 'last_name' => 'required', ),...