codeigniter routes

Posted in: CodeIgniter

Routes with CodeIgniter

August 28, 2013

Using Routes with CodeIgniter helps us with the URL structure of our site. Below you will find out exactly what is a Route, and how to implement them in you CodeIgniter application. The default url structure is site.com/index.php/controller/function/ID as discribed by CodeIgniters documentation. We will make them like site.com/about in this article….

Read More…