2 ------------------------------------------
4 This package includes a bunch of web libraries, mostly
5 written by Andrew McMillan, and mostly used by PHP things
8 They're supposed to be fairly lightweight, and they are
9 intended to simplify things rather than complexify them.
11 To use them, you will need to add the path into your PHP
12 application. The recommended way is to do this inside
13 the Apache virtual host, like so:
15 php_value include_path ../inc:/usr/share/awl/inc
17 Which would include your application's 'inc' directory
18 first, allowing it to override any AWL functionality
21 Andrew McMillan <andrew@catalyst.net.nz>, Tue. 2 May 2006 07:11:22 +1200