Writing web applications with CodeIgniter – Part 3
We built a simple to-do list application last week by implementing the CI basics we learnt in first part of this tutorial. Today, let's go over some of the things that will allow you to customise and extend the CI framework for your specific needs.
Changing the default URL routing
As we have ...
Published in: Web Development
