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

[eluser]Unknown[/eluser]
I am extremely new to codeigniter and am curious how I would go about taking advantage of url routing WITHOUT refreshing the page? Could this be solved by using one controller file and one view?
#2

[eluser]danmontgomery[/eluser]
http://ellislab.com/codeigniter/user-gui...uting.html
#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.




Theme © iAndrew 2016 - Forum software by © MyBB