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!
Class Method Chaining in PHP
Learn how to chain class method calls together by returning the $this operator in your methods.
Creating a Chainable Interface in PHP
Take Class Method Chaining to the next level by creating an interface to use with your existing classes.



