Jump to content

auLib: Difference between revisions

From auWiki
New page: The auLib package is meant to give me a common set of functions to use when working on multiple websites, and also avoid having multiple copies of essentially the same ...
 
Line 9: Line 9:
* auFile.php
* auFile.php
* auForm.css
* auForm.css
* auForm.php
* auForm.php:  [[PHP Class auForm|auForm]]
* auPage.php
* auPage.php
* auText.php
* auText.php

Revision as of 23:10, 31 January 2007

The auLib package is meant to give me a common set of functions to use when working on multiple websites, and also avoid having multiple copies of essentially the same code.

The auLib package is not yet available for download. It requires PHP 5, but could be modified to use PHP 4

The first site up on the auLib classes was track7 in January 2007. That ordeal was both the first test of the library as well as a lot of tuning to the functions they contain. They will likely continue to be changed as they are used for more and more sites.

Files Included

  • auDB.mysql.php
  • auFile.php
  • auForm.css
  • auForm.php: auForm
  • auPage.php
  • auText.php
  • auTimer.php
  • auUser.php

Sites Using auLib