Top Level :: Authentication

Package Information: Auth_PrefManager

This package is not maintained, if you would like to take over please go to this page.
» Summary » License
Preferences management class PHP License
» Current Release » Bug Summary
1.2.2 (stable) was released on 2012-05-07 by doconnor (Changelog)
Easy Install

Not sure? Get more info.

pear install Auth_PrefManager

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Auth_PrefManager


Development Roadmap
  • Package Maintenance Rank: 6 of 229 packages with open bugs
  • Number of open bugs: 1 (10 total bugs)
  • Average age of open bugs: 3541 days
  • Oldest open bug: 3541 days
  • Number of open feature requests: 1 (3 total feature requests)

Report a new bug to Auth_PrefManager
» 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.

It is designed to be used alongside the PEAR Auth class, but can be used with anything that allows you
to obtain the user's id - including your own code.
» Maintainers » More Information

Dependencies for Auth_PrefManager