Difference between revisions of "VbzCart/pieces/catalog/local"
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:
- page types:
- helper types:
- connectors:
...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:
- REDIRECT Template:l/vc/code
Classes
- page mapping:
- clsCatPages (extends clsVbzTable): maps URL fragments to catalog pages