How object orientated can you make a website?

Associate
Joined
26 Jun 2003
Posts
1,140
Location
North West
I was thinking before that I hardly have any classes on my website (php), only a database class that is really used.

For example take the well known gaming site: http://www.sk-gaming.com/, or any other.

Now by looking at these sites I cant get my head around how object orientated you can make them.

I want to be able to get all my sites into 1 class that creates instances of other classes inside it.

Is it possible to get the entire site into classes?
 
Man of Honour
Joined
31 Jan 2004
Posts
16,335
Location
Plymouth
Don't think "what classes make the site", think "what sites can I build from thus class?" - bottom-up design :)

Break the site down to its lowest level and you'll begin to work out the functionality needed :)
 
Back
Top Bottom