VbzCart/docs/archive/code: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | archive
Jump to navigation Jump to search
imported>Woozle
(vbzadmin)
imported>Woozle
(more code (some pages to be created))
Line 1: Line 1:
* [[/cat]]: generates main catalog pages
* [[/cat]]: generates main catalog pages
* [[/lib/store]]: currently has all the real substance except for what's in data.php
* [[/lib/store]]: base classes and catalog functions (should probably be split off)
* [[/lib/shop]]
* [[/lib/ckout]]
* [[/SpecialVbzAdmin]]: administration and order processing
* [[/SpecialVbzAdmin]]: administration and order processing
* [[/SpecialVbzCart]]: catalog functions as a MW extension
==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]]

Revision as of 18:12, 14 October 2010

Utility libraries used