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)
(moved mapping stuff to subpage)
Line 14: Line 14:
  
 
...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.
-----
 
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:42, 15 February 2015

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.