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

From Woozle Writes Code
< VbzCart‎ | docs‎ | pieces‎ | catalog
Jump to navigation Jump to search
imported>Woozle
(more concepts; still need to remove the page stuff from the end)
imported>Woozle
(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.