OOP! There it is. OOP! There it is.
April 23, 2009 5:35 PM
Subscribe
I'd like to sharpen my PHP skills and finally tackle OOP, classes, etc.. There's an overwhelming amount of tutorials online, so I was wondering if you had a favorite one (or ones) that helped you hone your OOP skills.
I've tried going straight to the source on PHP.net's reference material, but I'd ideally like something a bit more dumbed down. Once I get a grasp on general concepts, I'll definitely go back and check out the PHP toot, but for now I'm looking for something a bit more accessible. Thanks!
posted by bjork24 to computers & internet (7 comments total)
10 users marked this as a favorite
I don't know PHP, but in the short term, this means you'll probably want to look for PHP-specific tutorials. In the long term, Python has a relatively conventional OO system, but without Java/C++-like static typing annotations, which will only get in the way when you're trying to pick up the main OO concepts. Once you have a handle on how it works in Python, you will probably be able to generalize to other languages relatively quickly. (Python is also a pretty good language, FWIW.)
posted by silentbicycle at 7:58 PM on April 23