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
(more concepts; still need to remove the page stuff from the end)
(post-move link updates; explicit list of subpages)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
The '''catalog''' subsystem consists of:
 
The '''catalog''' subsystem consists of:
 
* '''page types''':
 
* '''page types''':
** {{l/same|supplier}}
+
** {{l/vc/piece|supplier}}
** {{l/same|department}}
+
** {{l/vc/piece|department}}
** {{l/same|title}}
+
** {{l/vc/piece|title}}
** {{l/same|item}}
+
** {{l/vc/piece|item}}
** {{l/same|topic}}
+
** {{l/vc/piece|topic}}
** {{l/same|image}}
+
** {{l/vc/piece|image}}
 
* '''helper types''':
 
* '''helper types''':
** {{l/same|item type}}
+
** {{l/vc/piece|item type}}
 
* '''connectors''':
 
* '''connectors''':
** {{l/same|title-topic}}
+
** {{l/vc/piece|title-topic}}
  
 
...and a few other associated concepts.
 
...and a few other associated concepts.
 +
 +
Catalog URLs are mapped to specific pages (of a specific page type, etc.) via the {{l/sub|mapping}} subsystem.
  
 
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.
-----
+
==Subpages==
This stuff needs to be elsewhere:
+
* {{l/sub|building}}
==Code==
+
* {{l/sub|mapping}}
* '''page mapping''':
 
** {{vbzcart/code|vbz-cat-page.php}}
 
==Classes==
 
* '''page mapping''':
 
** '''clsCatPages''' (extends clsVbzTable): maps URL fragments to catalog pages
 

Latest revision as of 18:03, 8 January 2016

About

The catalog subsystem consists of:

...and a few other associated concepts.

Catalog URLs are mapped to specific pages (of a specific page type, etc.) via the mapping subsystem.

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

Subpages