Exemplo n.º 1
0
 /**
  * The initial call of the CCServer get all Superglobals
  * and assigns them to itself as an holder.
  * 
  * @return void
  */
 public static function _init()
 {
     // create new instance from default input
     CCServer::$_instance = CCIn::create($_GET, $_POST, $_COOKIE, $_FILES, $_SERVER);
     // unset default http holder to safe mem
     //unset( $_GET, $_POST, $_COOKIE, $_SERVER, $_FILES );
 }