예제 #1
0
	function form( $rows, $formdata = array() ) {
		return scbForms::form( $rows, $formdata, $this->nonce );
	}
예제 #2
0
 function form($rows, $options = NULL)
 {
     if ($options === NULL) {
         $options = $this->formdata;
     }
     return scbForms::form($rows, $options, $this->nonce);
 }