'value') public $method = 'POST'; //the transmission method: POST/GET public function __construct($action,$submit = array('generalAction'=>'save'),$method = 'POST') { $this->action = $action; //action of the form: controller/action $this->submit = $submit; $this->method = $method; } //method to manage the $this->entry associative array //entryType: the type of the object to be initialized, $entryName: the name of the entry //$options: the list of options (if the entry is a \n\n"; } $htmlForm .= "\n"; return $htmlForm; } }