Page 2 of 2
Posted: Tue Oct 31, 2006 8:26 pm
by wyrmmage
hmmm....php does support classes, although it is not strictly OOP (in my opinion this is a good thing); creating objects takes up more memory, but they definitely help structure your code and can allow for more variability.
Classes - not quite yet
Posted: Tue Oct 31, 2006 9:10 pm
by dagee
I'm not quite ready to wrap my mind around classes yet but soon. I think I am looking forward to it.
Posted: Wed Nov 01, 2006 5:22 am
by Luke
yea for now I'd suggest you don't start messing with classes and OOP yet. Get used to the language and set up some standards for yourself in your code... and then when you feel you're ready for more advanced stuff, or the code you're writing now just doesn't seem to be cutting it anymore just ask here and we'll steer ya in the right direction.
The majority of the regulars here are OOP enthusiasts, so you'll get PLENTY of help when it comes to that.