Exemple #1
0
 public function __construct($title = "Gerencia")
 {
     parent::__construct($title);
     $this->page_title = $title;
     $this->tabs = array();
     $this->tab_index = -1;
     $this->before_tabbing_cmps = array();
 }