View Single Post
  #9 (permalink)  
Old 07-09-2008, 05:34 PM
jweber jweber is offline
Senior Member
 
Join Date: Jun 2008
Location: Florida
Posts: 108
Default

Yes, I display and process the form data all in the same action. Within the action are calls to private methods within the controller that handle creating the form (which also validates and filters the form data), interacting with the DB, etc...

$this->view->form->getValues() returns the values entered into the form after they've been put through the filters and validation specified when the form is built.
Reply With Quote