CodeIgniter folder structure overview
Overview
Below is a quick overview of each CodeIgniter folder, starting from the repository root.
Directory Structure
application/, stores the CI core extensions, libraries, configuration, cache, controllers, views, helpers, hooks, languages, logs, models and third_party extensionsapplication/cache/, stores the application cacheapplication/config/, stores the autoload, main configuration, database, constants, doctypes, foreign characters, hooks, migration, memcache, mimers, profiler, smileys and user agents settingsapplication/core/, CI core functionality extensionsapplication/controllers/, your application controllersapplication/libraries/, librariesapplication/languages/[language_name]/, language filesapplication/helpers/, stores helpersapplication/logs/, application logsapplication/models/, your business logicapplication/views/, your view filesapplication/third_party/, third party extensionscore/, CI core functionality