public $base;
# Others
- public $expode_args = '&';
+ public $explode_args = '&';
# Object
public $page;
list ($path,$args) = strpos($_SERVER['REQUEST_URI'],'?') ? explode('?',$_SERVER['REQUEST_URI']) : [$_SERVER['REQUEST_URI'],''];
$this->uri = $path;
- $this->uri_params = explode($this->expode_args,$args);
+ $this->uri_params = explode($this->explode_args,$args);
// We accept sub extention, that will determine if we want to print the full page
if (preg_match('/\.((\w+)(\.html)?)$/',$path,$m)) {