This is a SQL backend driver for the LiveUser class.
Inherited Variables
Inherited Methods
Class Details
[line 86]
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)