예제 #1
0
 /**
  * Adds static form elements like 'header', 'static', 'submit' or 'reset' 
  * to a pre-existing HTML_QuickForm object. The form elements needs to be
  * defined in a property called $frm.
  * 
  * @param object &$form An HTML_QuickForm object.
  * @return void
  * @access public
  * 
  * @see HTML_QuickForm
  * @see DB_Table_QuickForm
  */
 function addStaticFormElements(&$form)
 {
     include_once 'DB/Table/QuickForm.php';
     DB_Table_QuickForm::addStaticElements($form, $this->frm);
 }