1.5 Coding a PHP MVC Framework - Understanding MVC

preview_player
Показать описание
The video explains about mvc framework with a simple example

Рекомендации по теме
Комментарии
Автор

This was one of the best explanations I've come across. Amazing.

MikeBrownphx
Автор

wasted lots of hours watching other videos, in 4 minutes and 51 seconds, I understand what MVC is. Thank you very much.

SirGamz
Автор

One of the clearest explanations I've come across!

KerryonBass
Автор

Thanks a lot. Really helped me to understand the concept

ShavindraManathunga
Автор

great way of explanation. thanks mate.

wasEm
Автор

Just a tip for anyone watching that is brand new to php:
If you're just outputting a simple variable (as shown in the video: <?php echo $result; ?>)
You can use the echo shorthand instead: <?= $result; ?>

PixiiBomb
Автор

Nice video, don’t agree on this MVC pattern though, you would be better off having setup as your model and having classes within that. The connection to the db could exist within those classes too.

slapmyfunkybass