Learn Step by Step how to perform CRUD operation in CodeIgniter + Bootstrap 4
0.0
Course in English
30 days Money Back Guarantee
Certificate of Completion
More than 2 hours of content
Additional Material
Lifetime access
Teacher: Shehzad Ahmed Arain
Details
Description
If you a beginner and you want to start learning the CodeIgniter than you are in the right place. Since CRUD operation is the very basic operation to start any project, if you are not familiar with CRUD than definitely, you will get the issues while adding your content in your database or deleting the record from the database even updating the record.
In the series, you will learn the basic CRUD operation using CodeIgniter. I give an overview of the course, and then we discuss the CodeIgniter environment that how to download the CodeIgniter and installing, setting the database and other things like a custom helper and custom function. You will learn how to create custom helper because many students don't know about the custom helper. We use the query builder to perform the CRUD operation so you can easily understand how to use query builder and what are the necessary things to perform the CRUD operation, i.e., calling your model's method from the controller.
What about the third-party template and why you need it..? If you are not familiar with front-end technologies like bootstrap or if you don't have time to create your front end from scratch than definitely, you use the third party templates, yes we will also discuss the third party template in this series.
We will discuss the database and also the table structure because we perform the CRUD operation on our record/database/fields.
You will also learn how to can embed Bootstrap Framework in your CodeIgniter project. I will teach you how to can validate your records before inserting into the database/tables, you will also learn how to validate your HTML forms on the server side. You will also learn how to create controllers, models, and views.
I hope you will enjoy this series.
Objectives
How CRUD operation works
How to validate forms and validate values from database
validating values before store inside the table/database
Adding Bootstrap 4 in CodeIgniter
How to Create forms using Bootstrap 4
Creating model,Controller,View
Instructional level
Multilevel
Requirements
CodeIgniter 3 and above
XAMPP server OR any Server i.e WAMPP
HTML
Core PHP(Basic PHP) and PHP5 (OOP)
Basic SQL
Who should take this online course
Who wan to start learning CodeIgniter
Who want to learn how MVC Design pattern works
Anyone who want to learn Basic CRUD(Insert,Update,Delete) operation using CodeIgniter