Hi, I'm starting to try learing Object Oriented programming (in this case OO PHP)
One thing I've been thinking of is: can it have penalties on the server performance and ram etc..
In a web world I think performance is just as important as maintainace etc. and it is rare that a web doc. uses the same function etc. again and again (not in my world though)
Is using OO a matter of judgement (weightning hits, cpu, ram, monitoring performance etc.) or,
is it something that I SHOULD learn because it is the future and it saves me a lot of time.
Sometimes I've been trying other peoples classes and sometimes these files are eg. 1000 lines of code, and I know I use maybe one method or so(eg. 100l lines) pr. document, is'nt that a bit overload, like including this huge file when I only use 10% of the code.
I am a bit confused, can someone provide some input on when I why to use Classes
best regards Thomas