Description
Stone River Elearning – Learn PHP Model View Controller Pattern (PHP MVC)
MVC is important for all PHP developers to know
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 ing 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.
Course Curriculum
- Course Introduction (1:53)
- How You Shouldn’t Structure Code (7:13)
- What Is MVC? (6:07)
- Introduction (10:46)
- Composer Requirements (1:29)
- Directory Structure (3:18)
- Parsing URLs (17:06)
- Creating Controllers (15:08)
- Accessing URL Parameters (2:40)
- Working with Views (16:41)
- Loading Modules (7:05)
- Passing Data To Our View (5:37)
- Working with the Database (19:08)
- Including Assets (11:25)
- Course Conclusion (0:57)
- What Is MVC (1:55)
- InstallingPhpMVC (9:35)
- ExploringMVC (11:37)
- Url Parameters (4:51)
- Database (13:09)
- Introduction to the Project (2:04)
- A Look At What We’llBeBuilding (10:25)
- Structure (6:36)
- Parsing Url (14:36)
- Routing (17:02)
- Models (5:17)
- View (9:12)
- Assets In Views (9:08)
- Templating (2:47)
- Database (16:57)
Sale Page: https://stoneriverelearning.com/p/learn-php-model-view-controller-pattern-php-mvc
Archive: https://archive.ph/uiPgt
Reviews
There are no reviews yet.