You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
World Wide Web Server edited this page Jul 4, 2012
·
29 revisions
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. Otherwise, a standard site_url will be returned.
[h2]Overview[/h2]
Translates a "standard CodeIgniter URI" into a custom route if possible. Standard, in this case, means 'controller/function/param1/param2/.../paramN'
Fails gracefully, providing a standard site_url if no route can be found/translated
Works automatically with all of URL Helper's functions