View Single Post
  #3 (permalink)  
Old 08-26-08, 07:43 AM
chambaz chambaz is offline
Newbie Coder
 
Join Date: Mar 2008
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
I find OOP in PHP can be over kill most of the time, for what I do anyway, (medium sized e-commerce/profile websites).

However i have written a MySQL, upload and user classes which i use a lot.

If theres something you do a lot which is tedious, wrapping a class around it can make it easier to maintain and more convienient!
Reply With Quote