Page last modified by bdaily on July 25, 2008, at 09:51 AM
Each album object has the following properties:
- id (integer)
- The album's unique ID in the database.
- name (string)
- The album name.
- description (string)
- The album description.
- audio (string)
- The full HTTP path to the album's audio file, if set.
- audio_caption (string)
- The audio caption.
- created (timestamp)
- The date and time the gallery was created.
- modified (timestamp)
- The date and time the gallery was last updated.
- creator (object)
- User object containing information on the user who created the album.
- updater (object)
- User object containing information on the user who last updated the album.
- preview (string)
- The full HTTP path to the album's preview.
- contents (array)
- The album's content.