Difference between revisions of "VbzCart/pieces/catalog/local"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | pieces‎ | catalog
Jump to navigation Jump to search
(one more subcomponent (no page yet))
(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

  • page mapping:
  1. REDIRECT Template:l/vc/code

Classes

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