Simple MVC in PHP (1/4) - Routing

preview_player
Показать описание
In this video we'll be learning the basics of MVC (Model View Controller) in preparation for adding it to our Social Network.

We'll be learning how to implement our own simple MVC framework in PHP, specifically we'll be starting with one of the core aspects of MVC called routing.

Don't forget to subscribe for more!
Рекомендации по теме
Комментарии
Автор

Your speed is fine, I love that I get to knwo what Im here for without spending hours.

keinroguef
Автор

I actually really like the pacing, very informative, good stuff

gustavoconti
Автор

I am looking for such a simple example .thanks bro .

mahendrachoudhary
Автор

Please make a video in PHP Trait with pratical example ie:working with Database

sarojg
Автор

to the people who think he is fast, Youtube provides a speed handling option, click the gear icon click speed, choose the speed according to your preference.

moneyharry
Автор

# Attention # :
change speed to 1.5 and good luck!..

dims
Автор

Thank you, Sir!
FYI you speak very fast for native Dutch, my internal translator is freaking out. :-)

codobyte
Автор

How do you include external stylesheet and javascript?

AndrewGray-natreve
Автор

I legit had to change this video's speed to 0.75 to make it watchable

astragenastro
Автор

IS THIS STILL A VALID TUTORIAL FOR PRACTICE?

WalterInf
Автор

The fast talk is not that much of a problem but that way of making Routes and Autoloading is just wrong :D
Also use some namespaces.

P.S.: Yes I saw that the video is uploaded 1 year ago. I'm searching for a tutorial how to make dynamic routes like:

/users/:user_id/edit

and so on

mevkok
Автор

Anyone added a working public folder that forward backend files, e.g. views, css, etc ?

alonsoquinones
Автор

how to fix when I have that .htaccess ../css/bootstrap.css where my bootstrap reside cannot be access by the server? The same thing with my js file

freddiemelloria
Автор

routing aint working on cpanel! How do I make it work?

georgeyusto
Автор

Can you send me the UML from this programming? BW

Maxworld
Автор

How can youi include CSS in this framework?

badger
Автор

Hey I was following your tutorial but didn't seem to know where your Controller was ??

fabiobrizzi
Автор

Can you at some point teach us how to make our own bestspace

johntirva
Автор

could you please provide the video about Models, there only about autoload, controller and views

indrakumarchaudhary
Автор

__autoload has been deprecated as of PHP 7.2.0.
can we still use this function?

ambivert