adspace


Explain codeigniter file structure?

Answer Posted / Akshay Deep Nariyal

CodeIgniter's basic file structure includes applications, system, and user_guide directories. The applications directory contains the main project files, while the system directory houses CodeIgniter's core files. The user_guide is for documentation.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add / link an images/css/javascript from a view in ci?

717