CodeIgniter 4 and PHP MVC basics: controllers, views and layouts

preview_player
Показать описание

In this video you'll learn the basics of the CodeIgniter PHP framework: how applications are structured, and how to use views and controllers to display content in the browser.

You'll also learn how to use view layouts, a simple but powerful technique, new to CodeIgniter 4, that allows you to reduce repetition in the presentation code.

Code shown in the video:

*Timestamps:
00:00 MVC basics
03:34 View basics
07:03 Routing in CodeIgniter
10:25 Add another controller
13:31 Showing multiple views
17:27 View layouts
21:19 Add a title section
Рекомендации по теме
Комментарии
Автор

Nice and clear explanation!
Looking forward for the next videos on this series on CodeIgniter!
Thanks!!

someutubchannel
Автор

Thanks a ton! Been looking for a non-tutorial style Codeigniter course cos I wanna focus solely on architectural knowledge, found the perfect video.

chevalier
Автор

just awesome, you have brillient teaching art, please give the full video for codeignitor

bravenoobstreaming
Автор

Perfect English, great explanation, amazing content 🤗

annadogaeva
Автор

Perfect explanation. Thank you, dave.

azmisudrajat
Автор

Dave, great content and clearly explained.

martind
Автор

Searched high and low... came across this Hollingsworth guy again. And again he save me from pulling my hair out. Excellent explanation! Thank you again.

ollikkikk
Автор

I just re-watch it. Thanks Again Dave (I had to say it!)

martind
Автор

Cool! I LOVE how basic you go at the beginning. This is what I am missing as a front-end developer trying to learn backend. Even if I understand the basics of programming really well, I don't understand the fundamental architecture. This has been super enlightening. Will you do a series on Laravel as well?

MobiusCoin
Автор

Please do a course or tutorial using Symfony framework.... thanks sir... you really explained very clear..

sakmaestro
Автор

Thanks my lord :) u just saved my college study to web programming basics
Subscribe +1

TheCzx
Автор

Hello sir. Does udmey course includes how to use pagination and third party library using composer? And does it had method to create admin panel and front end with same library? Thank you

ShubhamMishra-uwyi
Автор

hi, I am working on Codeigniter 4.2.1 localhost as i placed default controller in URL it showing error "404 File not Found Can't find a route for 'get: /home'."

manishasalunke
Автор

great explaination!!! i just started learning CI4 (no background of previous versions), as a newbie from Oracle Forms & Apex, i want to ask is there a way i can create a 'Single View' for both methods Add & Edit ? like we can have in Oracle Forms and Oracle Apex and/or like a single Method to perform different tasks as per parameter, if so, please provide a link to the guide from where i can create a single Modal Form for both operations changing $title and passing primary key in case of Edit otherwise it will be blank to Add.
regards.

ahmedharoon
Автор

+1 sub. Like you way of teaching, really helpful. I've been confused in the add a session title, what the difference when you hand code and use the session title. ?

danieluwana
Автор

hii sir i have doubt in php please clarify the doubt my doubt is :Creation of dynamic property CI_URI::$config is deprecated what the solution

jayavarapumani
Автор

hi, in Codeigniter 4, can i have an example of 2 tables master-detail like i can create in Oracle Apex where master is in Form style single record (in above region) and detail in Grd style multi-row (say tabular using datatable etc.), i failed to find yet, please help us. regards

ahmedharoon
Автор

Will You continue on this series?
Or Do You have a course about MVC and/or CodeIgniter?

someutubchannel
Автор

Hi Dave, May I ask you if your Codeigniter course on udemy is up to date? I have already join 4 of your courses in udemy

alalyrealestate
Автор

did you not have to create routes for the tasks controller to work?

PHP-MySQL