InterviewSolution
Saved Bookmarks
| 1. |
Explain Codeigniter Architecture? |
|
Answer» From technical POINT of view, CodeIgniter is dynamically instantiation (light-weighted), loosely coupled (COMPONENTS rely very less on each other) and has component singularity (each CLASS and functions are NARROWLY focused towards their purpose). From technical point of view, CodeIgniter is dynamically instantiation (light-weighted), loosely coupled (components rely very less on each other) and has component singularity (each class and functions are narrowly focused towards their purpose). |
|