VbzCart/docs/pieces/image

From Woozle Writes Code
< VbzCart‎ | docs‎ | pieces
Jump to navigation Jump to search

About

Each image:

  • corresponds to a particular view of a particular title
    • each view has an attribute
  • may have multiple standard sizes
  • has a page for every size larger than the size used on the title's page
    • each page shows links to the other sizes (those that have pages) and the title

Table

Code

Classes

  • collections:
    • clsImages (extends clsVbzTable)
    • clsVbzFolders (extends clsVbzTable)
  • singular:
    • clsImage (extends clsVbzRecs)
    • clsVbzFolder (extends clsDataSet)