I want to enhance my web site’s display of photographs.
I currently have a Gallery menu selection and that leads to a PHP script
that, based on parameters will
1) Display all categories of photos
2) Display the thumbnails of a selected category
3) Display a selected picture
I have a table (MySQL) for the categories and a table for the pictures.
Now, I want to add additional menu items that will have their own
functionality, the same as the gallery.
I am trying to decide what the best approach is. And I suspect I might
want the functionality to be different for the menu items at some time
in the future.
1) Add logic to identify the menu item, and use the same tables and
script, just adding a menu selection field
2) Clone the script and tables with new names
3) Some other strategy.
I will also need to enhance my control panel, of course .
I don’t have enough experience to decide which is the better long term
solution.
Thoughts?
Thanks
Stephen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php