Jump to content

auWiki: Difference between revisions

From auWiki
m Protected "Contents" [edit=sysop:move=sysop]
Line 6: Line 6:
=== [[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 10:07, 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.

  • auDB - Database abstraction class. Currently available for MySQL only.
  • auFile - File operations class.
  • auForm - HTML form class.
  • auPage - Page layout base class.
  • auText - Text manipulation class.
  • auTimer - Stopwatch class.
  • auUser - User base class.