Exemplo n.º 1
0
 function __construct($action = null)
 {
     parent::__construct('form');
     $this->method = 'post';
     $this->enctype = 'multipart/form-data';
     if (!is_null($action)) {
         $this->action = $action;
     }
 }