mirror of
https://github.com/bcit-ci/CodeIgniter.git
synced 2025-02-20 11:13:29 +08:00
...
parent
ebb2207f3d
commit
ccc1e803b0
@ -1 +1,13 @@
|
||||
DrF Reverse Routing is an extension of the URL Helper that overrides the site_url function to provide a reverse lookup. If a custom route can be found that matches the given "standard CodeIgniter URI", a custom route URI will be created and returned.
|
||||
DrF Reverse Routing is an extension of the URL Helper that overrides the site_url function to provide a reverse lookup. If a custom route can be found that matches the given "standard CodeIgniter URI", a custom route URI will be created and returned.
|
||||
|
||||
[h2]Overview[/h2]
|
||||
- Translates a "standard CodeIgniter URI" into a custom route if possible
|
||||
- Fails gracefully, providing a standard site_url if no route can be found/translated
|
||||
- Works automatically with all of URL Helper's functions
|
||||
|
||||
[h2]Download[/h2]
|
||||
|
||||
[h2]Usage[/h2]
|
||||
- place MY_url_helper.php in your system/application/helpers folder
|
||||
- include the URL helper as you normally would
|
||||
[code]$this->load->helper( 'url' );[/code]
|
Loading…
x
Reference in New Issue
Block a user