Write PHP like a pro: build an MVC framework from scratch

Posted By: C2U

Write PHP like a pro: build an MVC framework from scratch
2.5 hrs| Video: h264, yuv420p, 1280x720 | Audio: aac, 44100 Hz, 2 ch | 225 MB
Genre: eLearning | Language: English

Learn to write faster, easier to maintain, more secure PHP websites by using a model-view-controller framework
* Lectures 52
Learn the basic concepts of using a model-view-controller framework that will make your PHP projects faster, easier to write and maintain, and more secure.
Learn to Structure your PHP Code Like a Professional by Building a PHP MVC Framework from Scratch.
*Model-view-controller (MVC) pattern concepts
*Build an MVC framework in PHP from scratch
*Separate application code from presentation code
*Use namespaces and an autoloader to load classes automatically