Guest User

Untitled

a guest
Jan 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. var $validate = array(
  2.  
  3. 'photo' => array(
  4. 'rule_1' => array(
  5. 'rule' => 'isBelowMaxWidth',
  6. 'message' => 'File above Max With'
  7. ),
  8. 'rule_2' => array(
  9. 'rule' => 'isBelowMaxHeight',
  10. 'message' => 'File above Max Height'
  11. )
  12. )
  13.  
  14. );
Add Comment
Please, Sign In to add comment