VbzCart/docs/pieces/catalog/local: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | pieces‎ | catalog
Jump to navigation Jump to search
imported>Woozle
(one more subcomponent (no page yet))
imported>Woozle
(more concepts; still need to remove the page stuff from the end)
Line 1: Line 1:
==About==
==About==
The '''catalog''' subsystem consists of:
The '''catalog''' subsystem consists of:
* {{l/same|supplier}}
* '''page types''':
* {{l/same|department}}
** {{l/same|supplier}}
* {{l/same|title}}
** {{l/same|department}}
* {{l/same|item}}
** {{l/same|title}}
* {{l/same|item type}}
** {{l/same|item}}
** {{l/same|topic}}
** {{l/same|image}}
* '''helper types''':
** {{l/same|item type}}
* '''connectors''':
** {{l/same|title-topic}}


...and a few other associated concepts.
...and a few other associated concepts.


The catalog may be maintained manually or [[/building|built]] from supplier source catalogs.
The catalog may be maintained manually or [[/building|built]] from supplier source catalogs.
-----
This stuff needs to be elsewhere:
==Code==
* '''page mapping''':
** {{vbzcart/code|vbz-cat-page.php}}
==Classes==
* '''page mapping''':
** '''clsCatPages''' (extends clsVbzTable): maps URL fragments to catalog pages

Revision as of 18:34, 15 February 2015

About

The catalog subsystem consists of:

...and a few other associated concepts.

The catalog may be maintained manually or built from supplier source catalogs.


This stuff needs to be elsewhere:

Code

Classes

  • page mapping:
    • clsCatPages (extends clsVbzTable): maps URL fragments to catalog pages