$v) { if(in_array($k, $this->ignore)) { $temp[] = $_GET[$k]; unset($_GET[$k]); } } $funcargs = array_slice($_GET,0); require_once("$class.php"); $Test = new $class(); $func_call = strtoupper(substr($func,0,1)).substr($func,1); $method = "do$func_call"; call_user_func_array(array($Test, $method), $funcargs); } } */ // } } ?>