John Squibb dot com

Tutorials


Here are a couple of tutorials I have written...

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

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

View Tutorial

Creating a Chainable Interface

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

View Tutorial