This article will give you a detailed description on the codeigniter folder structure which will help you to know the theoretical concepts when developing. Once you download the codeigniter framework , you can extract it and save it in your project folder. Now the folder structure will be shown as follows. In here we basically focus on the three main folders (application,system and user_guide) and the index.php file. index.php index.php is the php file where the request is sent to the controller which comes from the web browser. user guide folder User guide folder is considered to be the offline version of documentation. Following diagram contains the CodeIgniter User guide online documentation user_guide folder contains same information which is there in the online documentation system folder All the CodeIgniter functionalities and database connections are stored in system folder. It basically contain all the CodeIgniter libraries....
Comments
Post a Comment