Difference between revisions of "VbzCart/pieces/catalog/local/mapping"
Jump to navigation
Jump to search
(Created page with "==About== The catalog page-mapping system maintains one or more records for each URL in the catalog. It is built automatically from the catalog dat...") |
m (Woozle moved page VbzCart/pieces/catalog/mapping to VbzCart/pieces/catalog/local/mapping: disambiguation) |
(No difference)
|
Latest revision as of 17:53, 8 January 2016
About
The catalog page-mapping system maintains one or more records for each URL in the catalog. It is built automatically from the catalog data.
Table
- REDIRECT Template:l/vc/table: mapping URLs to various catalog entities (suppliers, depts, titles)
- cat_pages_old: catalog designations sometimes change; where possible, this lets us redirect old URLs
Code
- page mapping:
- REDIRECT Template:l/vc/code
Classes
- collections:
- clsCatPages (extends clsVbzTable): maps URL fragments to catalog pages
- singular:
- clsCatPage (extends clsDataSet)