View Single Post
  #8 (permalink)  
Old 07-09-2008, 05:27 PM
mrsocks mrsocks is offline
Junior Member
 
Join Date: Jun 2008
Location: earth
Posts: 14
Default

thank you very much for the more detailed explanation, this does help a little.

So you display and process forms in the same action?
You just check to see if the form was posted and valid before processing it within the action?


If i move it out of the if (isValid) check, does $this->view->form->getValues() only work if the form isValid?
Reply With Quote