/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/form/FormProcessor.inc
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/form/FormProcessor.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jonen, Sat Feb 22 21:07:42 2003 UTC revision 1.2 by jonen, Thu Apr 3 23:47:38 2003 UTC
# Line 97  class FormProcessor extends Container { Line 97  class FormProcessor extends Container {
97              $this->_form_action = $_SERVER["PHP_SELF"];              $this->_form_action = $_SERVER["PHP_SELF"];
98          }          }
99    
         //now process the form  
         $this->_process_form();  
100      }      }
101    
102      /**      /**
# Line 206  class FormProcessor extends Container { Line 204  class FormProcessor extends Container {
204       *       *
205       */       */
206      function render($indent_level=0, $output_debug=0) {      function render($indent_level=0, $output_debug=0) {
207            //now process the form
208            $this->_process_form();
209    
210          if ($this->_has_errors) {          if ($this->_has_errors) {
211              //we need to render the form errors              //we need to render the form errors
212              //and then the form              //and then the form

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed