Codeigniter Directory Structure If you want to learn a framework you first have to understand the directory structure of a framework, so I've attached a screenshot above. When you'll download the footprint of the Codeigniter framework from the Codeigniter official website, you will see the directory structure as shown in the above image. Because it has a very small footprint something around 2.6 MB, it is a very fast and stable framework. If you see the screenshot, you will see 4 folders. And each folder has some subdirectories. Now let me explain these directories. application:- This is the folder where we mostly write our business logic. It consists of models, views, controllers, config, and other important stuff. Overall, all your code will be placed under the application directory. system:- This is the folder where you will see all the core files of the Codeigniter framework. It is highly advisable to don't make c...
hello sir i want source code of codeigniter file of category_model.php
ReplyDeletedheeraj.svminc@gmail.com
ReplyDelete