Beispiel #1
0
 /**
  * Runs the DiscoDB form using class variables $db_conn, $table, and $id
  */
 function run()
 {
     if ($this->init_and_run_form) {
         parent::run();
     } else {
         $this->run_no_form();
     }
 }
 function process_default()
 {
     parent::process();
 }