Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->user = $this->f3->get("user");
     $this->cfg = $this->f3->get("cfg");
     $this->f3->set("__runJSON", true);
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 3
0
 function __construct()
 {
     $this->breadcrumb = array();
     parent::__construct();
 }