Oreilly - Learn PHP Model View Controller Pattern (PHP MVC)
by Stone River eLearning | Publisher: Stone River eLearning | Release Date: August 2014 | ISBN: 100000006A0217
In this course you will learn how PHP Model View Controllers (PHP MVC) work and how to create one yourself.Using the open source and well documented PHP MVC Project as a starting point, you will learn how to incorporate Model View Controllers into your development and solidify your skills by building your own MVC based framework.What Is Model-View-Control?The Model-View-Control (MVC) pattern, originally formulated in the late 1970s, is a software architecture pattern built on the basis of keeping the presentation of data separate from the methods that interact with the data. In theory, a well-developed MVC system should allow a front-end developer and a back-end developer to work on the same system without interfering, sharing, or editing files either party is working on.Even though MVC was originally designed for personal computing, it has been adapted and is widely used by web developers due to its emphasis on separation of concerns, and thus indirectly, reusable code. The pattern encourages the development of modular systems, allowing developers to quickly update, add, or even remove functionality.WHO IS THIS COURSE FOR?Web developersSoftware developersWhat are the requirements?A basic knowledge of PHP programmingCOURSE FEATURESOver 16 lectures and 2.5 hours of content!Understand MVC conceptsBuild an MVC framework
- What is MVC? 00:01:55
- Installing PHP MVC 00:09:35
- Exploring MVC 00:11:38
- Understanding URL Parameters 00:04:51
- How the Database Works 00:13:10
- Introduction to the Project 00:02:04
- A Look At What We'll Be Building 00:10:26
- Understanding the Structure 00:06:36
- How to Parse URLs 00:14:37
- Routing 00:17:03
- Model Example 00:05:18
- Understanding Views in MVC 00:09:12
- Assets in Views 00:09:09
- Templating 00:02:47
- Working with the Database 00:16:58