Top Level :: Authentication

Package Information: Auth_PrefManager2

» Summary» License
Preferences management classPHP License
» Current Release» Bug Summary
2.0.0dev1 (alpha) was released on 2004-08-02 (Changelog)
  • Package Maintenance Rank: 160 of 160 packages with open bugs
  • Number of open bugs: 1 (4 total bugs)
  • Average age of open bugs: 1373 days
  • Oldest open bug: 1373 days
» Description
Preference Manager is a class to handle user preferences in a web application, looking them up in a table
using a combination of their userid, and the preference name to get a value, and (optionally) returning
a default value for the preference if no value could be found for that user.

Auth_PrefManager2 supports data containers to allow reading/writing with different sources, currently PEAR DB and a simple array based container are supported, although support is planned for an LDAP container as well. If you don't need support for different sources, or setting preferences for multiple applications you should probably use Auth_PrefManager instead.
» Maintainers» More Information