Exemplo n.º 1
0
 public function __getConfig()
 {
     $total = $this->obj->get_site('id');
     if (count($total) < 1) {
         $this->errorOutput('REDIRECT TO ' . APP_UNIQUEID . ' site');
     }
     parent::__getConfig();
 }
Exemplo n.º 2
0
 public function __destruct()
 {
     parent::__destruct();
 }