Really Easy to follow Object Oriented PHP tutorials for beginners
There are 3 kind of object oriented PHP tutorials on the web, first using real world example, second is the analogy examples and third are the video tutorials.
I myself prefer the real world tutorial as i have problem learning from the abstract analogy given by some of these tutorials.Doesn’t stop me from listing them all in case someone prefers the latter.
Real world example
Real-World OOP With PHP and MySQL
A real OOP example that you can actually use in your project.Pretty easy to understand because the sample is about connecting to the database, something that any php developer would have done 100 times
…
Building your first simple CMS using Object Oriented PHP
This follows the same approach as above link, but for me this tutorial is easier to understand! maybe because it has pictures :D.
The Analogy
bite size easy to digest tutorial
please bear with it as its explains the OOP using a family of bear :).
Video Tutorials
Object Oriented PHP for Beginners
Video tutorials from killerphp.
Comments (1)
JessicaB
February 2nd, 2009 at 1:54 pm
Thanks for putting this together. OOP is so important, but I find it hard to understand sometimes. Since I’m still learning, I use a lot of cheat sheets. I always have my iPhone with me, so I keep them there for handy reference - even offline. The best PHP cheat sheet I’ve found so far is from these guys:
http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=302760278&mt=8
They also have great cheat sheets for CSS and Javascript. Hope this is helpful.
Leave a reply