Sitellite Application Framework
Class Tree         Index         All Elements

Procedural File: Manager.php

Source Location: Program_Root/Database/Manager.php



Classes:

DBM
Database connection manager.


Page Details:









dbm_add [line 145]

boolean dbm_add( string $name, [string $connstr = '::'], [string $user = ''], [string $pass = ''], [boolean $persistent = 0])

Add a new connection. Alias of DBM::add().



Tags:

access:  public


Parameters

string   $name  
string   $connstr  
string   $user  
string   $pass  
boolean   $persistent  
[ Top ]



dbm_get_current [line 180]

object &dbm_get_current( )

Retrieves the currently active database object. Alias of DBM::getCurrent().



Tags:

access:  public


[ Top ]



dbm_remove [line 157]

boolean dbm_remove( string $name, [boolean $disconnect = true])

Remove a connection. Alias of DBM::remove()



Tags:

access:  public


Parameters

string   $name  
boolean   $disconnect  
[ Top ]



dbm_set_current [line 170]

boolean dbm_set_current( string $name, [boolean $affectGlobalDB = true])

Set the specified connection to be the currently active one. Alias of DBM::setCurrent().



Tags:

access:  public


Parameters

string   $name  
boolean   $affectGlobalDB  
[ Top ]



Copyright © 2007, SIMIAN systems Inc.
All rights reserved. Privacy policy
Documentation generated on Tue, 13 Feb 2007 17:18:08 -0600 by Sitellite AppDoc and phpDocumentor 1.2.2