CodeIgniter Forums
Routing - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Routing (/showthread.php?tid=55375)



Routing - El Forum - 10-23-2012

[eluser]Beginers[/eluser]
Is it ok not to use routing to my website? i just don't understand what is its purpose


Routing - El Forum - 10-23-2012

[eluser]rochellecanale[/eluser]
Routing is good for redirecting pages and values to and values to another page. I suggest you to understand the use of routing. Im also a bit confuse about it. Today im developing a project and i didn't use any routing code.


Routing - El Forum - 10-23-2012

[eluser]Beginers[/eluser]
All websites i develop don't have any routings. I just ask if its okay. Now I know so basically routing is all about redirecting from one page to another depending on the rules or keywords you have set?


Routing - El Forum - 10-23-2012

[eluser]rochellecanale[/eluser]
Yup!! Smile


Routing - El Forum - 10-23-2012

[eluser]Beginers[/eluser]
Thank you for your explanations Smile


Routing - El Forum - 10-23-2012

[eluser]rochellecanale[/eluser]
It is just my own idea but i am not sure if it is the correct usage of routing. If you want more explanation have a spare time to research in the google. Ok goodluck with your project. Happy programming!! Smile


Routing - El Forum - 10-24-2012

[eluser]Aken[/eluser]
The user guide offers lots of explanation and examples. http://ellislab.com/codeigniter/user-guide/general/routing.html

"Redirecting" is not the proper term to use. URL aliasing or remapping is more appropriate.


Routing - El Forum - 10-24-2012

[eluser]rochellecanale[/eluser]
That's right. Sorry for my term. Smile