LiveUser
[ class tree: LiveUser ] [ index: LiveUser ] [ all elements ]

Class: LiveUser_Admin_Storage

Source Location: /LiveUser_Admin-0.1.0/Storage.php

Class Overview


This is a PEAR::MDB2 backend driver for the LiveUser class.


Author(s):

Version:

  • $Id: Storage.php,v 1.2 2004/12/11 21:43:39 lsmith Exp $

Methods


Child classes:

LiveUser_Admin_Storage_SQL
This is a PEAR::MDB2 backend driver for the LiveUser class.

Inherited Variables

Inherited Methods


Class Details

[line 45]
This is a PEAR::MDB2 backend driver for the LiveUser class.

A PEAR::MDB2 connection object can be passed to the constructor to reuse an existing connection. Alternatively, a DSN can be passed to open a new one.

Requirements:

  • File "Liveuser.php" (contains the parent class "LiveUser")
  • Array of connection options or a PEAR::MDB2 connection object must be passed to the constructor. Example: array('dsn' => 'mysql://user:pass@host/db_name') OR &$conn (PEAR::MDB2 connection object)



[ Top ]


Method Detail

LiveUser_Admin_Storage (Constructor)   [line 54]

void LiveUser_Admin_Storage( mixed &$confArray, &$storageConf)

Constructor
  • Access: protected

Parameters:

mixed   &$confArray   —  configuration array
   &$storageConf   — 

[ Top ]

disconnect   [line 75]

void disconnect( )

properly disconnect from resources
  • Access: public

Overridden in child classes as:

LiveUser_Admin_Storage_SQL::disconnect()
properly disconnect from resources
LiveUser_Admin_Storage_MDB2::disconnect()

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:00:09 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.