Hi, I am creating a custom image gallery, I have categories and sub categories, then images within each one.
I am pretty new to cakephp and I am trying to find out how is the best way of dealing with the administration area. For example lets say I create my new photo album under a category of Holidays/Greece, I then want an ability to put information in about my photo album, so i have a photo_album_controller.php, which allows me to enter all the information about the photo album. However I then want to upload images for this photo gallery (as many as i want), I know I can create image_controller however this will only handle one image at a time and would be a seperate page to the photo album. I want an ability to edit a photo album (so a admin_edit() function), then at the bottom of that page show all the photos that are associated with this album (which I can do), but then with an ability to add more photos or remove existing ones so I dont have any seperate image controller page (as it wouldn't make sense without an album) What would be the best way to do this and can anyone give me any examples or tutorials on how as I seem to find it easier to learn when I see something in action. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
