/functions/db_prefs.php

Description

db_prefs.php

This contains functions for manipulating user preferences stored in a database, accessed though the Pear DB layer.

Database:

The preferences table should have three columns: user char \ primary prefkey char / key prefval blob

CREATE TABLE userprefs (user CHAR(128) NOT NULL DEFAULT '', prefkey CHAR(64) NOT NULL DEFAULT '', prefval BLOB NOT NULL DEFAULT '', primary key (user,prefkey));

Configuration of databasename, username and password is done by using conf.pl or the administrator plugin

Classes
Class Description
dbPrefs Completely undocumented class - someone document it!
Includes
require_once (SM_PATH.'config/config.php') (line 39)
Constants
SMDB_MYSQL = 1 (line 35)

MySQL

SMDB_PGSQL = 2 (line 37)

PostgreSQL

SMDB_UNKNOWN = 0 (line 33)

Unknown database

Documentation generated on Sat, 07 Oct 2006 16:30:41 +0300 by phpDocumentor 1.3.0RC6