I have been learning and using PHP for several months now and I am at the stage where I can build almost anything, given the right plans and enough info.
What I'm asking is although I can do just about anything, is it worth learning how to use classes for PHP and using them in place of 'normal' (can't think of the word) code?
From what I've seen scripts made only with classes sacrifice readability, but do they gain any performance increases or anything?
Thanks.