Welcome Guest, Not a member yet? Register   Sign In
URLs
#1

[eluser]Jujubins[/eluser]
There's a way to do something like that?

http://site.com/article/1

article is the class
method is index
and 1 is the id of article.
#2

[eluser]toopay[/eluser]
add one line, at 'application/config/routes.php' :
Code:
$route['article/(:num)'] = "article/index/$1";
You may look at http://ellislab.com/codeigniter/user-gui...uting.html for further usage.




Theme © iAndrew 2016 - Forum software by © MyBB