
CodeIgniter is a PHP framework, it’s basically a library of code that you can use to build your own project on top of. Some of the advantages of using CodeIgniter are that it provides you with a really easy way to organize your code in a logical manner. It features a lot of readymade classes to make the laborious tasks, like form validation, simpler and its really well supported, with a great user guide and active community.






