Guest User

Untitled

a guest
Mar 16th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. /**
  2. * how to setup your form.
  3. **/
  4. class UserRegistration
  5. {
  6. public $username = new TextField();
  7. public $password = new PasswordField();
  8. public $email = new Email();
  9.  
  10. public $model = 'users';
  11. }
Add Comment
Please, Sign In to add comment