Currently, I'm writing a custom Image Gallery script for my website. I want to learn OOP, so I decided to try to write this in objects. I've read plenty of tutorials, but I'm still lost. 😕
I want it to be able to choose from multiple albums, display thumbnails, be able to click on a thumb and see the full-size picture, etc. DO I write classes for each of these events? Do I write one huge class? As you may see, I have no idea what I'm doing :p
---tom