Exemplo n.º 1
0
 public function __construct()
 {
     $this->doctype = "xhtml";
     parent::load_app();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::load_app();
     $this->set_content();
 }