Jump to content

auWiki

From auWiki
Revision as of 15:05, 31 January 2007 by Misterhaan (talk | contribs) (New page: Welcome to auWiki, which exists to provide documentation for the code and programs available from [http://www.track7.org/analogu/ the analog underground]. If you have something to add, cl...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.