VbzCart/pieces/catalog/local/mapping

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | pieces‎ | catalog‎ | local
Revision as of 18:42, 15 February 2015 by Woozle (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

  1. 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:
  1. REDIRECT Template:l/vc/code

Classes

  • collections:
    • clsCatPages (extends clsVbzTable): maps URL fragments to catalog pages
  • singular:
    • clsCatPage (extends clsDataSet)