Dude,
OOP is a very useful feature in programming. Whether you should use it or not - it is really up to you.
In my experience with OOP I can say that OOP doesn't have to be used for big projects exclusively - it can be used for any projects.
Great thing about OOP is that its code reusable, extensible, and easily modifiable.
PHPBuilder has several articles on OOP, but... I don't like them. If you really want to understand OOP - you have to write your own working class, once you'll do it on your own (without any help) - then you can say that you truly understand how OOP works.
Professional PHP Programming from wrox has a chapter on OOP, and I think that authors did a good job explaining it.
Check articles also on DevShed.com. If you still won't understand classes - drop a line on this forum, and I'll write a short tutorial.
Di