Guest User

Untitled

a guest
Jun 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $commentForm = new ZendX_JQuery_Form();
  2. $commentForm->setAttrib('action', 'DisplayQuiz/addComment');
  3. $commentForm->setAttrib('id', 'commentForm');
  4. $commentForm->setAttrib('class', 'flora');
  5. $commentForm->setMethod('post');
  6.  
  7. and then
  8.  
  9. $tabForm->addSubForm($commentForm, 'commentForm');
Add Comment
Please, Sign In to add comment