PDA

View Full Version : OOP tutorials?


francis
23rd Dec 2003, 02:45 pm
Arrgh!

Can anyone recommend a good resource for learning OOP for PHP? It's doing my head in, and so far both of the books I've got on XML+PHP take an object orientated approach. I've found this one on CodeWalkers (http://codewalkers.com/tutorials/54/1.html), but it's full of tupping erorrs and isn't long enough.

James
23rd Dec 2003, 03:59 pm
what's OOP? I though it meant Out Of Print.

francis
23rd Dec 2003, 04:06 pm
Object Orientated Programming. It's a hard concept to get one's head around.

David
23rd Dec 2003, 05:00 pm
My understanding is that OOP is now much easier with PHP5 and I imagine that there may well be a lag before any decent material appears for OOP with PHP5 (it being relatively new). Or are you struggling with PHP4?

francis
23rd Dec 2003, 07:15 pm
Yep - OOP and XML are apparently being completely re-written in PHP5. Incidentally, Amazon have already got a few books listed for Feb/March publication on PHP5.


Don't know what something stands for? Try acronym finder (http://www.acronymfinder)

But, in the mean time, PHP4 it is.