CodeIgniter folder structure PART 3 | Directory structure CodeIgniter

Pubblicato il: 06 agosto 2019
sul canale di: GOTUTO
2,134
19

In this video, explain all the details about CodeIgniter Folder Structure, cover each and every important folder in detail. If you have any doubts related to this video. So please ask in comment section.
codeigniter latest version tutorial
CodeIgniter tutorial for beginners 2019
● Playlist Link : http://tiny.cc/8wfzaz
● Download CodeIgniter: https://www.codeigniter.com/
● VS Code: https://code.visualstudio.com/download
Directory structure CodeIgniter | Folder & file structure codeigniter

application : In the directory/folder that will contain your application
logic code. You are working in this directory/folder.
system : In this directory/folder contains the framework core files
(related to the CodeIgniter framework).
Note: I’m not suggest you to make changes in the system
directory or put your own application code into this
directory.
user_guide: In this directory/folder contains the user manual for
CodeIgniter.

Application
◍ cache : stores for cached files
◍ config : keeps configuration files of codeigniter framework
◍ controller : all application controllers are defined in this
controller.
◍ core : contains custom core classes that extend system files.
For example, if you create a base controller that other
controllers should extend, then you would place it in
this directory
◍ helpers : this directory is used for user-defined helper functions
◍ hooks : for custom hooks
◍ language : to store language files for applications that use more
than one language
◍ libraries : to store custom created libraries
◍ logs : application log files are kept in this directory eg. Error log
◍ models : all application models should be defined in this
directory (Database related file)
◍ third_party : used for custom many packages that you or other
developers have created.
◍ views : views go into this directory eg. Like HTML pages


In questa pagina del sito puoi guardare il video online CodeIgniter folder structure PART 3 | Directory structure CodeIgniter della durata di ore minuti seconda in buona qualità , che l'utente ha caricato GOTUTO 06 agosto 2019, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 2,134 volte e gli è piaciuto 19 spettatori. Buona visione!