Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevArticles:
More with PHP and GD
Aug 29, 2003 @ 13:22:23

If you'll rememeber, the other day, DevArticles started a series on creating an image gallery with PHP and GD. Well, new this morning is the second part in that series.

Of course, this part builds on the code and database that were given in the first part of the series. This new piece, however, focuses more on album creation, displaying the images in each album, and listing the various albums that are in your system for users to choose from. They give you tons of (procedural) code that will help you build this system, and enhance the setup that you already had from the first part of the series.

I think this series is a good start, but after creating my own "image gallery" setup for my personal site, it makes me wonder if an OOP solution might have been a bit more graceful.

tagged:

Link:


Trending Topics: