
    AxisPHP -- A Library of Useful PHP Objects and Routines
    Copyright 1999-2001 Axis Data
    For more information see http://www.axisdata.com/AxisPHP/
 
 
    ----- CHANGE HISTORY
 
    1.2.4    2001 Dec 17 10:26 GMT
        - added User->Status() to check result of last method call
        - added User->StatusMessage() to return descriptive string for errors
        - fixed bug in User object that could prevent abstract user record
                from loading correctly when specified by user name
        - added User->GetDate() to retrieve formatted date field
        - fixed bug in User->ChangePassword() that prevented password from
                being changed
        - added TemplateFile parameter to User->CreateNewUserWithEMailedPassword()
                to specify name of file to use as template for registration
                e-mail message (parameter has default value)
        - added User->GetPrivList() and User->SetPrivList() to make editing
                of user privilege settings easier
        - added multiple optional parameters to User->HasPriv() to support
                checking for multiple privilege flags with one call

    1.2.3    2001 Sep 11 02:36 GMT
        - fixed bug with Session mishandling variable values with single quotes
        - added IsNotLoggedIn() convenience method to User
        - added functionality to User object to support manipulation of
                records for users other than the one currently logged in

    1.2.2    2001 Aug 19 15:50 GMT
        - added default font and starting coords setting to PSDocument
        - expanded PSDocument documentation, including usage examples
        - added support for privileges to User object
        - added SQL upgrade script Upgrade--1.2.2--Tables.sql

    1.2.1    2001 Aug 10 12:17 GMT
        - fleshed out various documentation files
        - fixed persistence bug in Session object
 
    1.2.0    (not released)
        - added CHANGES and README files
        - added User and Session objects
        - moved PSTable object into separate file
        - added documentation for User and Session objects
        - added partial documentation for PSDocument object
 
    1.1.2    2001 Jun 14 21:22 GMT
        - first public release of AxisPHP library


