Example #1
0
 public static function init()
 {
     if (!isset(self::$vars)) {
         self::$vars = array_merge($_POST, $_GET, $_FILES);
     }
 }