Difference between revisions of "VbzCart/pieces/title"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
m (Woozle moved page VbzCart/features/title to VbzCart/pieces/title: trying to have a saner organizational system)
(related concepts, table, code, classes)
 
Line 6: Line 6:
  
 
Each format/size of a given title constitutes an "{{l/same|item}}", which may have zero or more units in stock.
 
Each format/size of a given title constitutes an "{{l/same|item}}", which may have zero or more units in stock.
 +
==Related==
 +
* {{l/same|title topic}} - assigns a Title to zero or more {{l/same|topic}}s
 +
==Table==
 +
* {{vbzcart/table|cat_titles}}
 +
==Code==
 +
* {{vbzcart/code|vbz-cat-title.php}}
 +
==Classes==
 +
* '''collections''':
 +
** '''clsVbzTitles''' (extends clsVbzTable)
 +
* '''singular''':
 +
** '''clsVbzTitle''' (extends clsDataSet)

Latest revision as of 17:52, 15 February 2015

A "title" in VbzCart is a work of some kind which might be available in multiple formats.

Examples:

  • a t-shirt with particular artwork that might be available in multiple sizes, sleeve-lengths, etc.
  • a musical album that might be available as a CD, a download, or 12" vinyl

Each format/size of a given title constitutes an "item", which may have zero or more units in stock.

Related

Table

  1. REDIRECT Template:l/vc/table

Code

  1. REDIRECT Template:l/vc/code

Classes

  • collections:
    • clsVbzTitles (extends clsVbzTable)
  • singular:
    • clsVbzTitle (extends clsDataSet)