|
|
| (3 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| * '''customer-side''':
| | ==About== |
| ** [[/cat]]: generates main catalog pages
| | Yes, I will be moving the code to [[GitHub]] as soon as I figure out how that works. |
| ** [[/lib/store]]: base classes and catalog functions (should probably be split off)
| | |
| ** [[/lib/shop]]
| | * [[/globals]]: classes, global variables, non-class functions |
| ** [[/lib/cart]]
| | * [[/files]]: library files |
| ** [[/lib/ckout]]
| | ===archive=== |
| ** [[/lib/base.cat]]
| | * [[/VBA]]: old MS Access 97 code |
| * '''admin''':
| |
| ** [[/SpecialVbzAdmin]]: administration and order processing
| |
| ** [[/SpecialVbzCart]]: catalog functions as a MW extension
| |
| ** [[/admin.cart]]: shopping cart and user contact data
| |
| ** [[/admin.cache]]: cache administration
| |
| ** [[/pages]]: skin classes
| |
| * '''shell''':
| |
| ** [[/maint/build-cat.php]]: build the item/title tables from the catalog tables
| |
| ==Utility libraries used== | |
| * [[User:Woozle/data.php]] | |
| * [[User:Woozle/menu.php]]
| |
| * [[User:Woozle/richtext.php]]
| |
| * [[User:Woozle/strings.php]]
| |
| * [[User:Woozle/tree.php]]
| |
| * [[User:Woozle/dtree.php]]
| |
About
Yes, I will be moving the code to GitHub as soon as I figure out how that works.
- /globals: classes, global variables, non-class functions
- /files: library files
archive
- /VBA: old MS Access 97 code