Creating an MVC from Scratch with PHP - Part 6

Опубликовано: 03 Апрель 2026
на канале: Baylor Breaks It Down
9,903
13

This video series will teach you how to create a Model-View-Controller framework with PHP. (https://github.com/BaylorRae/PHP-MVC-...)

In this video I show you how to set up resource routes that work similar to the Ruby on Rails framework. We'll use Sammy's GET, POST, PUT and DELETE methods so that our controller can be fully CRUD (Create, Read, Update and Delete)