Main Menu
PHP Tools
PHP Help Request
PHP Editors Newsletter
Editor Search
Reviewed PHP Editors
Latest News
Submit News
PHP Tutorials
PHP Book Reviews
Online Book Chapters
PHP Games
Forums
PHP Desktop Editors
Other PHP Tools
PHP Contests
PHP Programming Help
Linux Help
Apache Help
MySQL Help
PHP Games
PHP Jobs
PHP Forums Home
Programming Contest
PHP Contests
PHP Contests Archive
Documentation
PHP Manual
PEAR Manual
PHP-GTK Manual
Smarty Manual
PostgreSQL Manual
CSS 2 Reference
Redhat Linux 9
HTML 4.01
Apache 2 Manual
Partner Sites
Ajax Tutorials
Webmaster Resources
Web Templates
PHP Scripts
PHP Code Examples
Learn PHP playing Trivia
PHP & MySQL Forums
Web Development Index
web site templates
Sponsors
NuSphere
Auth_PrefManager
PEAR Manual
Prev
Chapter 28. Authentication
Next
Auth_PrefManager
Table of Contents
Introduction to
Auth_PrefManager
--
Auth_PrefManager
is a simple class to manage user or application preferences from a
DB
compatible database.
Tutorial
-- A short guide to using
Auth_PrefManager
constructor
Auth_PrefManager::Auth_PrefManager()
-- Constructor
Auth_PrefManager::clearCache()
-- Cleans out the cache.
Auth_PrefManager::deleteDefaultPref()
-- Deletes a preference for the default user.
Auth_PrefManager::deletePref()
-- Deletes a preference for the specified user.
Auth_PrefManager::getDefaultPref()
-- Retrieves a default value.
Auth_PrefManager::getPref()
-- Get a preference.
Auth_PrefManager::setDefaultPref()
-- Set the default value for a preference.
Auth_PrefManager::setPref()
-- Set a preference.
Auth_PrefManager::setReturnDefaults()
-- Set whether to return default values.
Auth_PrefManager::useCache()
-- Sets whether the cache should be used.
Provides a framework for managing preferences in applications.
Prev
Home
Next
Auth_HTTP::start()
Up
Introduction to
Auth_PrefManager
© Copyright 2003-2023 www.php-editors.com. The ultimate
PHP Editor
and
PHP IDE
site.