Here are a couple of tutorials I have written...
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 OneLearn how to chain class method calls together by returning the $this operator in your methods.
View TutorialTake Class Method Chaining to the next level by creating an interface to use with your existing classes.
View Tutorial