Ejemplo n.º 1
0
 public function global_bigapp()
 {
     global $_G;
     if (isset($_SERVER['REQUEST_URI']) && strpos($_SERVER['REQUEST_URI'], 'iyz_index.php') !== false) {
         if (true === BigAppConf::$debug) {
             $_G['trace'][] = __CLASS__ . '::' . __FUNCTION__;
         }
         if (true === $this->_requireAPI('output')) {
             BigAppAPI::output();
         }
     }
 }