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!