auWiki: Difference between revisions
Appearance
Misterhaan (talk | contribs) m →[[PHP Package auLib|auLib]]: update links |
Misterhaan (talk | contribs) m →[[PHP:Package:auLib|auLib]]: update naming convention |
||
Line 4: | Line 4: | ||
Packages documented here either are or will be available in the analog underground [http://www.track7.org/analogu/scripts/ scripts] page. | Packages documented here either are or will be available in the analog underground [http://www.track7.org/analogu/scripts/ scripts] page. | ||
=== [[PHP Package auLib|auLib]] === | === [[PHP:Package:auLib|auLib]] === | ||
Collection of classes [[User:Misterhaan|I]] find useful for building web sites. | Collection of classes [[User:Misterhaan|I]] find useful for building web sites. | ||
* [[PHP:Class:auDB|auDB]] - Database abstraction class. Currently available for [http://www.mysql.com/ MySQL] only. | * [[PHP:Class:auDB|auDB]] - Database abstraction class. Currently available for [http://www.mysql.com/ MySQL] only. | ||
* [[PHP:Class:auFile|auFile]] - File operations class. | * [[PHP:Class:auFile|auFile]] - File operations class. | ||
* [[PHP Class auForm|auForm]] - HTML form class. | * [[PHP:Class:auForm|auForm]] - HTML form class. | ||
* [[PHP:Class:auPage|auPage]] - Page layout base class. | * [[PHP:Class:auPage|auPage]] - Page layout base class. | ||
* [[PHP:Class:auText|auText]] - Text manipulation class. | * [[PHP:Class:auText|auText]] - Text manipulation class. | ||
* [[PHP:Class:auTimer|auTimer]] - Stopwatch class. | * [[PHP:Class:auTimer|auTimer]] - Stopwatch class. | ||
* [[PHP:Class:auUser|auUser]] - User base class. | * [[PHP:Class:auUser|auUser]] - User base class. |
Revision as of 12:23, 5 February 2007
Welcome to auWiki, which exists to provide documentation for the code and programs available from the analog underground. If you have something to add, clarify, or correct, please register for an account (separate from track7 user accounts for now) and make some edits!
PHP
Packages documented here either are or will be available in the analog underground scripts page.
Collection of classes I find useful for building web sites.