LiveUser
[
class tree: LiveUser
] [
index: LiveUser
] [
all elements
]
Packages:
LiveUser
Classes:
LiveUser
LiveUser_Auth_Common
LiveUser_Auth_DB
LiveUser_Auth_MDB
LiveUser_Auth_MDB2
LiveUser_Auth_PEARAuth
LiveUser_Auth_Session
LiveUser_Auth_XML
LiveUser_Perm_Complex
LiveUser_Perm_Medium
LiveUser_Perm_Simple
LiveUser_Perm_Storage
LiveUser_Perm_Storage_Cache
LiveUser_Perm_Storage_DB
LiveUser_Perm_Storage_MDB
LiveUser_Perm_Storage_MDB2
LiveUser_Perm_Storage_SQL
LiveUser_Perm_Storage_XML
Files:
Cache.php
Common.php
Complex.php
conf.php
conf.php
conf.php
DB.php
DB.php
demodata.php
error-page.tpl.php
example.php
example.php
finish.inc.php
Globals.php
Globals.php
install.php
LiveUser.php
loginform.tpl.php
MDB.php
MDB.php
MDB2.php
MDB2.php
Medium.php
news_change.php
news_change.tpl.php
news_new.php
news_new.tpl.php
news_notallowed.tpl.php
news_view.php
news_view.tpl.php
PEARAuth.php
Session.php
Simple.php
SQL.php
Storage.php
XML.php
XML.php
Class: LiveUser_Perm_Storage_SQL
Source Location: /LiveUser-0.16.5/Perm/Storage/SQL.php
Class Overview
LiveUser_Perm_Storage
| --LiveUser_Perm_Storage_SQL
SQL container for permission handling
Author(s):
Bjoern Kraus <
krausbn at php.net
>
Lukas Smith <
smith at pooteeweet.org
>
Version:
Release: @package_version@
Copyright:
2002-2005 Markus Wolff
Variables
$prefix
Methods
disconnect
Child classes:
LiveUser_Perm_Storage_MDB2
MDB2 container for permission handling
LiveUser_Perm_Storage_MDB
MDB container for permission handling
LiveUser_Perm_Storage_DB
DB container for permission handling
Inherited Variables
Class:
LiveUser_Perm_Storage
LiveUser_Perm_Storage::$alias
LiveUser_Perm_Storage::$fields
LiveUser_Perm_Storage::$tables
Inherited Methods
Class:
LiveUser_Perm_Storage
LiveUser_Perm_Storage::LiveUser_Perm_Storage()
Constructor
LiveUser_Perm_Storage::disconnect()
properly disconnect from resources
LiveUser_Perm_Storage::freeze()
store all properties in an array
LiveUser_Perm_Storage::init()
LiveUser_Perm_Storage::mapUser()
LiveUser_Perm_Storage::readAreaAdminAreas()
LiveUser_Perm_Storage::readGroupRights()
Reads the group rights and put them in the array
LiveUser_Perm_Storage::readSubGroups()
LiveUser_Perm_Storage::readUserRights()
Reads all rights of current user into a two-dimensional associative array, having the area names as the key of the 1st dimension.
LiveUser_Perm_Storage::unfreeze()
Reinitializes properties
Class Details
[line 64]
SQL container for permission handling
Author:
Bjoern Kraus <
krausbn@php.net
>
Author:
Lukas Smith <
smith@pooteeweet.org
>
Version:
Release: @package_version@
Copyright:
2002-2005 Markus Wolff
Link:
http://pear.php.net/LiveUser
License:
http://www.gnu.org/licenses/lgpl.txt
[
Top
]
Class Variables
$prefix =
'liveuser_'
[line 88]
Table prefix Prefix for all db tables the container has.
Access:
public
Type:
string
[
Top
]
Method Detail
disconnect
[line 97]
void disconnect( )
Properly disconnect from database
Access:
public
Overrides
LiveUser_Perm_Storage::disconnect()
(properly disconnect from resources)
[
Top
]
Documentation generated on Mon, 11 Mar 2019 14:16:42 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.