Codeigniter 3 Tutorial Part 1 Introduction to codeigniter installation and file setup
Codeigniter 3 Tutorial Part 2 How codeigniter works explained with live demo
Codeigniter 3 Tutorial Part 3 How to create Controller how to use it and how this controller works
Codeigniter 3 Tutorial Part 4 How to create Routes why we use route explained with an example
Codeigniter 3 Tutorial Part 5 How to create model in codeigniter use of it explained with example
Codeigniter 3 Tutorial Part 6 How to create view in codeigniter why we use it how to use it
Codeigniter 3 Tutorial Part 7 How to connect database in codeigniter setup its configuration
Codeigniter 3 Tutorial Part 8 Setting up File Structure for insert form design table design
Codeigniter 3 Tutorial Part 9 Insert data into db with form validation create table in mysqli
Codeigniter 3 Tutorial Part 10 How to fetch retrieve data from database using model in codeigniter
Codeigniter 3 Tutorial Part 11 Edit Data | fetch data by id in textbox from database in codeigniter
Codeigniter 3 Tutorial Part 12 How to update data using model with form validation in codeigniter
Codeigniter 3 Tutorial Part 13 How to delete data by id from database with model in codeigniter
Codeigniter 3 Tutorial Part 14 How to confirm delete data from db using jquery ajax in codeignitr
Codeigniter 3 Tutorial Part 15 How to create search box and pagination using Datatable
Codeigniter 3 Tutorial Part 16 How to show success message on form submit using session in CI