I was just wondering (it's early after all and the brain is still waking up)...
Normally i just pile all of my code into one class (i.e. sitefunctions or similar) Then call that class on each of my pages.
Is it better to create smaller classes but have more of them. (i.e. a class for images, a class for text etc etc.) Does having one big class make a difference on the speed the page renders plus any other implications.
ta,
Hugh