Single-file PHP Auth class

I got an email from Lucas Carlson, the author of PHP Auth [1], asking me to blog something about this class. The authentication class viewed from its usage looks quite similar to the PEAR Auth class. Lucas\’ class is focused on database containers as far as I can see. What I first saw at Paul M. Jones DB_Table class, is now also to be used in this class; defining a table directly in the PHP code. It looks kind of complex at first sight but is actually very simple to handle from my point of view.

http://phpauth.sourceforge.net

Leave a Reply