-
Codeigniter Overview.
The first chapter will give a brief description about the codeigniter framework, different fuctionalities, features, uses and benefits of using this framework.
-
Codeigniter Installation.
This module will explain about different versions, version compatibility and step by step installation process of codeigniter.
-
Application Architecture.
This will explain the MVC (Model View Controller) Architecture & Directory structure of codeigniter framework.
-
Basic Concepts.
In this module, we will disccuss about the basic concepts of codeigniter such as how to create (controller, view, model) files, calling a controller, loading a helper, routing rules etc.
-
Database Configuration and Interaction.
Here we will discuss about how to set and autoload the database configuration and understand how the CRUD (Create, Read, Update, Delete) functions work with CodeIgniter.
-
Codeigniter Libraries.
Here we will know about the rich set of libraries for codeigniter framework, how to use it in our application, benefits of using these libraries and also learn about library classes and how to create a custom library file and use it.
-
Error Handling.
This chapter will explain about the easy error handling mechanism of codeigniter framework.
-
File Uploading
This section will discuss about the file uploading classes and explain the step by step process of uploading a file by restricting file type and size with example .