Site icon WDB24

Codeigniter Framework Directory Structure

codeigniter featured image

In my previous post we have successfully installed codeigniter in xampp . In this tutorial I am going to describe you codeigniter framework directory structure.

Codeigniter Framework Directory Structure

As above image shows one root directory as demo (demo is the name of my codeigniter directory). Under demo there are 3 more folders and some files.

Application Directory

As name suggests the application folder will have all the code of application that we are going to develop. Application folder includes different folders which are:


System Directory

System is a main folder where all the codes, helpers, libraries are stored. In this directory there are many other directories which are:

User_Guide

This folder actually a offline version of the user guide website. With the help of user guide you can easily understand Codeigniter framework directory structure, basics and functions, classes and the helpers.

There is one more file index.php. In index.php you can setup the application environment, error level and you can change the path of system, application and view folder. If you are new to codeigniter, do not try to change index.php code.

Exit mobile version