Difference between revisions of "VbzCart/archive/code"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(vbzadmin)
(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