I've found that lately i have been creating many administrator modules.
As in administrator modules I simply mean:
An interface for clients to Add/Edit/Remove -pictures/content on their webpages through a mysql database.
Now each new one i create is slightly different from the last and its getting a little old creating the same thing over and over but slightly different. Is there any plausible way to do this with OOP? i have already created an OOP shopping cart, now i wish to create it all with OOP to make my life easier.
thanks