Welcome Guest, Not a member yet? Register   Sign In
URL Routing without page refresh
#3

[eluser]mddd[/eluser]
I'm not sure what you mean. CodeIgniters url routing is MEANT to work without refreshing.
For instance if you have a route that says $route['latest'] = 'blog/show/latest'; then calling www.example.com/latest will load the controller 'blog' and call the method 'show' with the argument 'latest'. Without refreshing anything.


Messages In This Thread
URL Routing without page refresh - by El Forum - 08-09-2010, 07:07 AM
URL Routing without page refresh - by El Forum - 08-09-2010, 07:37 AM
URL Routing without page refresh - by El Forum - 08-09-2010, 07:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB