http://cj-jackson.com/2011/06/19/simple-effective-url-routing-system/
What do you guys think about the script? :)
What do you guys think about the script? :)
$URI = $_SERVER['PHP_SELF'];
$URI = str_replace("index.php/", "", substr($URI,1,-1));
$Context['Request'] = explode("/",$URI);