Skip to content

barma/PHP-Router-CI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PHP-Router-CI

PHP router from CodeIgniter

If you are not afraid of the Russian language, you can read a small article about it here http://zhuykov.ru/blog/show_post.php?id=21

To see how this class can open http://your-test-domain/index.php/product/12/

index.php

_set_routing($route); // Set any routing overrides that may exist in the main index file if (isset($routing)) { $rtr->_set_overrides($routing); } echo "
DIR = ".$rtr->fetch_directory()."
CLASS = ".$rtr->fetch_class(); echo "
METHOD = ".$rtr->fetch_method();

About

PHP router from CodeIgniter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages