Jump to content

auWiki: Difference between revisions

From auWiki
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...
 
m Protected "Contents" [edit=sysop:move=sysop]
(No difference)

Revision as of 15:18, 31 January 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.