Computer Programming

Part I: CodeIgniter Basics

Submitted on Fri, 08/14/2020 - 16:44

Filesystem

Inside the CodeIgniter directory ci, there is a directory called application

This is the parent directory where our application will reside.

Inside this directory, there are four subdirectories which we sould be concerned with for now.

1. config

This directory has two files concerned with initial codeigniter configuration.

1.1 config.php

We need to define our base site URL in this file. This is a must. In our case, the file should read: