0 votes
in CodeIgniter by
Explain CodeIgniter architecture.

1 Answer

0 votes
by

From a technical point of view, CodeIgniter is dynamically instantiation (light-weighted), loosely coupled (components rely very less on each other) and has a component singularity (each class and functions are narrowly focused towards their purpose).

Data flow in CodeIgniter

Codelgniter Architecture

Architecture of CodeIgniter

...