Packages:
System
System.Collections
System.Data
System.I18N
System.Util
System.Web.Services
System.Web.UI.ActiveControls
System.Web.UI.WebControls


Classes:
Modules
   LDatabase

Class LDatabase

TModule
   |
   --LDatabase

Provides database intialization and access.


Method Summary
void
getConnection ( mixed $name, mixed $layer)
Returns a propel or creole (which is faster) connection
void
Returns location of config file (within package dir)
void
init ( mixed $config)
Inits database configutation
void
setMasterConfigFile ( mixed $value)
Sets location of config file (within package dir)

Method Details

getConnection

public void getConnection (mixed $name , mixed $layer )

Returns a propel or creole (which is faster) connection

Input
mixed$name
mixed$layer
Output
Exception

getMasterConfigFile

public void getMasterConfigFile ()

Returns location of config file (within package dir)

Output
Exception

init

public void init (mixed $config )

Inits database configutation

Input
mixed$config
Output
Exception

setMasterConfigFile

public void setMasterConfigFile (mixed $value )

Sets location of config file (within package dir)

Input
mixed$value
Output
Exception