gimli2 / sigal

It is a free photo gallery written in PHP. This script inspired by simplicity of brilliant MySQL client Adminer from Jakub Vrána. It is completely in only one file. It is very simple to upload it anywhere to hosting and use it in a few seconds. And why don't use this idea for web photo gallery?
Other
2 stars 3 forks source link

add 'func_getalbums', allowing custom function to get/find albums #8

Closed dmahurin closed 9 years ago

dmahurin commented 9 years ago

add 'func_getalbums', allowing custom function to get/find albums in given directory, with given media extensions

For example, it could be a recursive function, which found all media files in a directory hierarchy.

gimli2 commented 9 years ago

Please when you add new callback, add also example implementation to config.example.php.