Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
CodeIgniter for Beginners: Build a Complete Web Application
Rating: 4.6 out of 5(1,194 ratings)
5,371 students

CodeIgniter for Beginners: Build a Complete Web Application

Learn how to quickly build fully-featured web applications with the most popular lightweight PHP MVC framework
Last updated 4/2026
English

What you'll learn

  • How to use a PHP MVC framework that's easier than Laravel
  • Simple Create, Read, Update, Delete (CRUD) for database records
  • User registration and login, with account activation by email
  • Role-based access control
  • Uploading and processing files
  • Support directly from the instructor
  • Short, specific lectures
  • All source code included

Course content

16 sections128 lectures4h 29m total length
  • Introduction and Welcome: How to Get the Most out of the Course1:30

    Find out how to get the most out of the course, and where to find help and resources.

  • Install a Web Server with PHP, Database Server and phpMyAdmin1:12

    Find out how to install a web server package, including PHP, a database server like MySQL or MariaDB, and phpMyAdmin, for Windows, macOS or Linux.

  • Create an Empty Database in the Local Database Server1:32

    Use phpMyAdmin to create an empty database on the local database server, ready for development

  • Install Composer0:39

    How to install the PHP package manager, Composer

  • Install the CodeIgniter Framework1:36

    Install the CodeIgniter framework to your computer, using the PHP dependency manager, Composer.

  • Configure the Framework to Development Mode0:46

    Configure the framework for development using a .env file

  • Configure the Web Server to Access the Framework using a Virtual Host3:18

    Configure the local web server with a virtual host, to access the framework from its own address

  • Configure the Framework's Base URL Setting0:38

    Configure the framework with its development URL so that it works properly, for example so that the debug bar is displayed.

  • A Word about Versions0:40

    If you see an older version of the framework shown in one of the videos, it's because the functionality between that version and the latest hasn't changed, so the video hasn't been updated.

  • Upgrade Guide0:09

    How to upgrade the framework when it's updated.

  • Common Installation & Configuration Issues and their Solutions0:39

    View common installation and configuration issues with their solutions

Requirements

  • You need to know PHP, including the basics of classes and objects, and how to work with a database
  • Ideally have a web server with PHP and Composer installed, but a brief overview of installing these will be covered
  • Be happy to install software and run basic commands on the command line

Description

CodeIgniter 4 is a modern, fast, lightweight, PHP MVC framework that allows you to build secure applications quickly and easily. It's simple to install and use, and works well on shared hosting. CodeIgniter provides a rich set of libraries for common tasks, which lets you focus on your project by minimizing the amount of code you need to write.

Learn how to develop PHP applications with CodeIgniter in this Comprehensive Course.

  • How to quickly install and configure the framework

  • Learn how to separate presentation code from application code

  • How to do CRUD (create, read, update, delete) operations

  • Signup: User account registration with the official Shield package

  • Authentication: login with remember me

  • User administration

  • Role-based access control

  • Account activation by email

  • File uploads and image processing

  • Deployment: installing the application on shared hosting

The essential skills required to develop applications quickly using CodeIgniter.

Developing PHP web applications is faster if you use a framework. There are many available frameworks, but some require a lot of configuration to get started, and need a powerful server to run. CodeIgniter is a lightweight but powerful framework, that's easy to install, and works well on shared hosting. On this course, we'll start from scratch, starting with installing the framework, through developing a complete web application, to ultimately installing it on a live server.

Content and Overview

This course is designed for the PHP developer who wants to learn the CodeIgniter framework in depth. I designed the course to be easily understood by PHP developers who have no previous experience of a framework, and who want to develop full, feature-rich applications quickly and easily. Learning the techniques on this course will enable you to write web applications using CodeIgniter faster than you would be able to do in plain PHP.

  • Suitable for all PHP developers, you'll start by learning the basics of the CodeIgniter framework.

  • You'll learn how the framework is organised, and how to work efficiently with it.

  • We'll build a full web application from scratch, with each concept explained in detail at every stage.

  • Throughout the course, we'll build code that you can reuse in all your projects.

  • All the source code developed in the lectures is available to download.

  • All the time we'll adhere to industry standards and best practices.

When you complete the course you'll be able to use CodeIgniter to create fast, flexible web applications, with all the features a modern web application requires.

Complete with all the code shown in the lectures, you'll be able to work alongside the instructor and will receive a verifiable certificate of completion upon finishing the course.

Also, at all times throughout the course you have access to the instructor in the Q&A section to ask for help with any topic related to the course.

Enrol now and become a master of the most popular lightweight PHP MVC framework!

Who this course is for:

  • PHP developers who want to learn a lightweight but powerful framework to develop applications faster
  • PHP developers who want to use a framework that's simpler than Laravel