amorellp
Results
2
issues of
amorellp
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', ),...
Hi! I was following the instructions on readme.md. I built the same folder structure: /aaa and /bbb with users admin (role admin) and testuser (role user). I constrained /aaa to...