HI,
When add a new user in G2. I checked G2's DB, there are more than 12 tables has changed . So it's diffcult for me to transfer users into G2. I need to learn lots of tables and fields structure.
So , Can I use G2 API to do this , and where I can find G2 APIs and APIs manual?
regards
Posts: 16504
You should be able to use the G2 API for this.
Take a look at the migration module that migrates from G1 to G2. What are you trying to migrate from?
Also take a look at these links:
http://gallery.menalto.com/modules.php?op=modload&name=phpWiki&file=index&pagename=Development%20Documents
http://gallery.menalto.com/modules/GalleryAPI/apidoc/
Posts: 32509
it's a little obsolete, but the class structure also represents the db structure:
http://gallery.menalto.com/modules.php?full=1&set_albumName=miscellaneous&id=aaf&op=modload&name=gallery&file=index&include=view_photo.php
Posts: 19
Thanks...
I will have a try.