CodeIgniter Simple CRUD Tutorial
This will teach you on how to create a simple CRUD using CodeIgniter with MySQL as our database. CodeIgniter is a PHP framework that creates web applications using MVC(Model-View-Controller) architecture. This is a good start to learn CodeIgniter Framework.