Hi:
I am trying to scope out the best approach to adding images to my photo gallery module completely from the background (i.e. add images without using the control panel). It is my intention to use PHP scripting to do this.
I have a database full of images with properties and configurations. Instead of adding pix by entering them singularly, or in batch mode, via the entry form, I want to create a smart tool where photos are selected from the database for export based on some defined criteria.
I’m perfectly okay with scripting the image selection process. What I would like to do on the image entry end is leverage the scripts that are already written for processing entries via the control panel. I could map a data transfer from my database to the photo gallery’s database, but I fear missing some key procedures in the process.
Could someone please provide guidance on which file(s) and/or scripts would work best for developing the image entry processing in the background without using the control panel. Thank you very much in advance of your help…