Guest User

Untitled

a guest
Jan 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. class NawakUserForm extends sfForm
  2. {
  3. protected $nawak;
  4. protected $nawakState;
  5.  
  6.  
  7. public function configure()
  8. {
  9. $nawak = new NawakForm($this->getOption('user_id'));
  10. $this->embedForm('nawak',$nawak);
  11.  
  12. $nawakState = new NawakStateForm($this->getOption('user_id'));
  13. $this->embedForm('nawakState',$nawakState);
  14. }
Add Comment
Please, Sign In to add comment