Codeigniter hello world example | How CodeIgniter work? Part 4
How CodeIgniter work?
◍Explain all the details about URL of codigniter and how to start a hello world program, or you can also have developed your custom URL function.
◍Explaining about config.php and routes.php
◍Explain URL syntax for beginners
___________________________________________________
● Playlist Link : http://tiny.cc/8wfzaz
● Download CodeIgniter: https://www.codeigniter.com/
● VS Code: https://code.visualstudio.com/download
______________________________________________________
CodeIgniter tutorial for beginners 2019
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
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Codeigniter hello world example | How CodeIgniter work? Part 4», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.