CodeIgniter 3 Tutorials


CodeIgniter 3 Tutorials

This is a series of CodeIgniter 3 Tutorials by Codeonion. you will learn CodeIgniter from scratch. I have also planned to make a game with CodeIgniter so stay in touch. Like my Facebook and Follow me on Twitter to stay updated. Please note that the content below may or may not be applicable in older versions of CodeIgniter. If you would like me to make a tutorial for you, then write in comments.

S.No Title Description Link
1 Download, Install and learn root file structure of CodeIgniter You will download and install CodeIgniter 3. Then, I will explain to you what the root files in the CodeIgniter directory do.
Also, you will get to see the Welcome Screen.
VISIT
2 Learn the structure and function of CodeIgniter project “/application/” folder In this tutorial, you will learn the purpose and function of each and every folder inside the “/applicaition/” folder of your CodeIgniter project. This will help you a lot. VISIT
3 Learn how to get rid of the “../index.php/..” from the URL You must implement this in your projects for future hapiness. This tutorial will remove the “../index.php/..” from your URL and make your projects simpler and nicer. VISIT
4 Create a Hello World! program with complete CRUD operations, URL usage, buttons and a form. In this tutorial, you will create a complete MVC application. You will learn:

Creation of Database
(M) Models
(V) Multiple Views
(C) Multiple Controllers

Use form in view to use controller to fetch Database value from Model.
In the end, you will have a lot of knowledge to make your own web applications.

VISIT
%d bloggers like this: