HOME > Development > Complete CodeIgniter 3 Series with Bootstrap 4 + Projects

Complete CodeIgniter 3 Series with Bootstrap 4 + Projects

  • Development
  • Feb 22, 2025
SynopsisComplete CodeIgniter 3 Series with Bootstrap 4 + Projects, av...
Complete CodeIgniter 3 Series with Bootstrap 4 + Projects  No.1

Complete CodeIgniter 3 Series with Bootstrap 4 + Projects, available at $19.99, has an average rating of 3.1, with 188 lectures, based on 131 reviews, and has 1590 subscribers.

You will learn about Build website from scratch using CodeIgnitedr Signup System Login system Crud Operation in CodeIgniter Why you break your HTML content into multiple parts ORM(Object Relational Mapping) How to embed Bootstrap 4 How to create front-end using Bootstrap 4 How to validate your user while working on Session How to use CodeIgniter libraries, Helpers, Models How to use/implement the MVC approach How to send data using AJAX How to use jQuery and javascript Custom Routes Create page system like WordPress This course is ideal for individuals who are Anyone who wants to learn a PHP framework or Anyone who want to learn how to use bootstrap in CodeIgniter or Anyone who want to learn Web development /Web Application or Anyone who wants to create a Web Application / Website from scratch It is particularly useful for Anyone who wants to learn a PHP framework or Anyone who want to learn how to use bootstrap in CodeIgniter or Anyone who want to learn Web development /Web Application or Anyone who wants to create a Web Application / Website from scratch.

Enroll now: Complete CodeIgniter 3 Series with Bootstrap 4 + Projects

Summary

Title: Complete CodeIgniter 3 Series with Bootstrap 4 + Projects

Price: $19.99

Average Rating: 3.1

Number of Lectures: 188

Number of Published Lectures: 187

Number of Curriculum Items: 188

Number of Published Curriculum Objects: 187

Original Price: $19.99

Quality Status: approved

Status: Live

What You Will Learn

  • Build website from scratch using CodeIgnitedr
  • Signup System
  • Login system
  • Crud Operation in CodeIgniter
  • Why you break your HTML content into multiple parts
  • ORM(Object Relational Mapping)
  • How to embed Bootstrap 4
  • How to create front-end using Bootstrap 4
  • How to validate your user while working on Session
  • How to use CodeIgniter libraries, Helpers, Models
  • How to use/implement the MVC approach
  • How to send data using AJAX
  • How to use jQuery and javascript
  • Custom Routes
  • Create page system like WordPress
  • Who Should Attend

  • Anyone who wants to learn a PHP framework
  • Anyone who want to learn how to use bootstrap in CodeIgniter
  • Anyone who want to learn Web development /Web Application
  • Anyone who wants to create a Web Application / Website from scratch
  • Target Audiences

  • Anyone who wants to learn a PHP framework
  • Anyone who want to learn how to use bootstrap in CodeIgniter
  • Anyone who want to learn Web development /Web Application
  • Anyone who wants to create a Web Application / Website from scratch
  • In this series, you will learn where to start using CodeIgniter with the world’s robust front-end framework, Bootstrap 4.

    In this series, we will cover every fundamental concept; once we complete the basics, I will teach you how to create web applications and Websites.

    I will give you some template-related concepts and explain why you need to break your HTML content into multiple views. 

    I will teach you how to use Helpers, libraries, and query builders; you will learn how to create your application using MVC (Model View Controller) approach. You will learn how to validate your forms from the server side, and I will give you some security tips. You will also learn CodeIgniter’s practical work with Bootstrap 4; I will teach you how to send/receive data with AJAX(without page refresh). We use jQuery to send data from the client to Server with AJAX.

    I will give some concepts related to ORM(Object Relational Mapping)

    You will learn how you can create a Login and Sign up for the system in this series; I will perform CRUD operation to understand the essential process of CodeIgniter quickly. I will polish your skills, and you will realize it.

    In the Advance Codeigniter, I will teach you how to create an SEO-friendly URL using Routes.

    We will create a paging system like WordPress to understand the concepts of dynamic routes quickly. We will discuss the multiple files uploading in CodeIgniter and how to upload the files using AJAX. I will cover the cache mechanism of how and why we use it.

    We will also discuss the third-party templates that integrate with your system; I will teach you how to create the admin panel to quickly understand how to manage your site from a single admin panel.

    Before starting the second project, you must be familiar with AJAX In Codeigniter. I will teach you AJAX to quickly understand how to perform CRUD operations in Codeigniter using AJAX.

    In the second project, you will learn how to create an E-commerce system with jquery and AJAX using CodeIgniter.

    And Finally, what about the latest update of Codeigniter 4..? Yes, we are going to cover Codeigniter 4. In this series, while learning Codeigniter 4, we start from zero. How can you download the Codeigniter, and how many ways is it available to download?

    We also cover new things like data modeling in Codeigniter 4, Data seeding Database Seeding,and even the modern concepts of creating models, controllers, and views.

    Some impressive functionality like pagination, services library, and env files also discuss the new folder structure in Codeigniter 4.

    And the remarkable thing in this series is the project work; yes, you will learn how to create/design your eCommerce system from scratch.

    That means the admin panel where you can add your products, specs, etc., and your user panel can view the orders, favorite items, and much more.

    And how you can embed the third-party templates in Codeigniter and make that template dynamic.

    Learn many more things in this series because I always provide quality education. 馃檪

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Course Detail and Requirements

    Lecture 2: Downloading and installing CodeIgniter

    Lecture 3: Folder Structure and application flow chart

    Lecture 4: Introduction to MVC(Model View Controller)

    Chapter 2: MVC (Model View Controller)

    Lecture 1: Working with controllers

    Lecture 2: Working with Views

    Lecture 3: Working with models

    Lecture 4: URLStructure in CodeIgniter

    Chapter 3: Helpers

    Lecture 1: What are helpers and URL helper

    Lecture 2: Form helpers in codeigniter

    Lecture 3: Input class in Codeigniter

    Lecture 4: CAPTCHA helper and download helper

    Lecture 5: HTML helper

    Lecture 6: Alternate PHP Syntax for View Files and PHP Style guide

    Lecture 7: String and Text helper

    Lecture 8: Inflector helper

    Chapter 4: Libraries

    Lecture 1: Introduction to Libraries and Benchmarking class

    Lecture 2: Calendaring library

    Lecture 3: Shopping Cart library

    Lecture 4: Encrypt class and encryption library in CodeIgniter

    Lecture 5: Introduction to autoload.php

    Lecture 6: Upload library in Codeigniter

    Lecture 7: Form validation in Codeigniter

    Lecture 8: Session library in codeigniter

    Chapter 5: Database reference with Query Builder.

    Lecture 1: Introduction to database and ORM and setting the database

    Lecture 2: Creating our first table adding some data

    Lecture 3: SELECT, FROM, WHERE and get_where in Codeigniter

    Lecture 4: MIN,MAX,AVG,SUM in codeIgniter

    Lecture 5: Where_in, Like, Or_like in Query builder

    Lecture 6: Order_By limit offset in CodeIgniter

    Lecture 7: Insert in Codeigniter

    Lecture 8: Update and delete using Query Builder

    Lecture 9: Introduction To query helper and overview of database section

    Lecture 10: Create another table and joining theme

    Lecture 11: Chaining in query builder

    Chapter 6: CRUD Operation in Codeigniter

    Lecture 1: Form fro CRUD operation to insert

    Lecture 2: Showing all the records to the user_admin

    Lecture 3: Edit Record in CRUD section

    Lecture 4: Deleting students in CRUD聽section

    Chapter 7: Bootstrap 4

    Lecture 1: Why we beak our HTML content into multiple views

    Lecture 2: Adding CSS and JS files and what about Plugins

    Lecture 3: Adding Bootstrap 4 inside our project.

    Chapter 8: Signup system in Codeigniter

    Lecture 1: Creating Signup form

    Lecture 2: Sending the link to the users email address

    Lecture 3: Activating the User

    Chapter 9: Login System

    Lecture 1: Creating the login system

    Chapter 10: Project 1

    Lecture 1: Removing the index.php from the URL

    Lecture 2: Adding the Bootstrap theme

    Lecture 3: Creating the blog table and setting the home section

    Lecture 4: Adding the login and signup forms inside the theme

    Lecture 5: Adding blog

    Lecture 6: Showing blog content

    Chapter 11: CRUD Operation using AJAX with jQuery

    Lecture 1: Course requirement and Introduction

    Lecture 2: Downloading and setting CI

    Lecture 3: Embeding jquery and js file and Creating our form

    Lecture 4: Inserting our data inside the table using AJAX in Codeigniter

    Lecture 5: Showing all records on your view

    Lecture 6: Edit system using AJAX in Codeigniter

    Lecture 7: Edit system with ajax in codeigniter part

    Lecture 8: Delete record using ajax in codeigniter

    Lecture 9: Creating dynamic Edit and Delete section

    Lecture 10: Conclusion

    Chapter 12: Advance codeigniter 3

    Lecture 1: Introduction to Advance Codeigniter

    Lecture 2: Tools required for this series

    Lecture 3: Downloading codeigniter and setting the environment

    Lecture 4: Advance Codeigniter Series

    Lecture 5: Cache in codeigniter

    Lecture 6: Adding the bootstrap

    Lecture 7: Auto completion code in php storm for codeigniter

    Lecture 8: Beaking html code into multiple parts

    Lecture 9: Custom Helper

    Lecture 10: Creating Dynamic pages

    Chapter 13: Project 2 (Ecommerce in CodeIgniter)

    Lecture 1: Course Requirement and Introduction

    Lecture 2: Downloading dashbord template

    Lecture 3: Breaking html content into multiple parts

    Lecture 4: Problem when you add extra css and js files on a spesific page

    Lecture 5: Adding css and js files

    Lecture 6: Admin template for admin panel

    Lecture 7: Creating database and admin table

    Lecture 8: Creating Admin panel for Admin

    Lecture 9: Checking credentials for admin

    Lecture 10: Auto complete code for codeigniter using phpstorm

    Lecture 11: Creating custom helper to reduce the code

    Lecture 12: Creating the database for site

    Lecture 13: Creating the relations using dataDrid.

    Lecture 14: Creating Categories

    Lecture 15: Showing all Categories with pagination

    Instructors

  • Complete CodeIgniter 3 Series with Bootstrap 4 + Projects  No.2
    Shehzad Arain
    Experienced Web Developer and Educator | 10+ Years of Expert
  • Rating Distribution

  • 1 stars: 9 votes
  • 2 stars: 12 votes
  • 3 stars: 28 votes
  • 4 stars: 37 votes
  • 5 stars: 45 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!