Guest User

Untitled

a guest
Jan 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php defined('SYSPATH') or die('No direct access allowed.');
  2.  
  3. return array
  4. (
  5. 'firstname' => array
  6. (
  7. 'not_empty' => 'The firstname field cannot be left blank.'
  8. ),
  9. );
Add Comment
Please, Sign In to add comment