VbzCart/docs/pieces/title: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | pieces
Jump to navigation Jump to search
imported>Woozle
m (Woozle moved page VbzCart/features/title to VbzCart/pieces/title: trying to have a saner organizational system)
m (Woozle moved page VbzCart/VbzCart/pieces/title to VbzCart/docs/pieces/title without leaving a redirect: part 2)
 
(One intermediate revision by one other user not shown)
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 01:55, 25 February 2024

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

Code

Classes

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