Ejemplo n.º 1
0
 public function __construct($url, $method = 'GET')
 {
     parent::__construct($url, $method);
     $this->settings['labels'] = False;
     $this->no_labels = array('hidden', 'submit');
 }
Ejemplo n.º 2
0
 public function __construct($url, $method = 'GET')
 {
     parent::__construct($url, $method);
     $this->no_headers = array('hidden', 'submit');
 }