Build a PHP MVC Framework in an Hour

Build a simple Model-View-Controller PHP framework in an hour. Learn the basics of putting together an MVC framework using PHP. Below are parts 1 & 2 of a multi-part tutorial. Stay tuned for part 3, coming soon!

View Tutorial Part One

View Tutorial Part Two

Class Method Chaining in PHP

Learn how to chain class method calls together by returning the $this operator in your methods.

View Tutorial

Creating a Chainable Interface in PHP

Take Class Method Chaining to the next level by creating an interface to use with your existing classes.

View Tutorial

};