ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:session:reference:database

This is an old revision of the document!


ADOdb_Session::database

Syntax
string ADOdb_Session::database(
  optional string $database
  )

Description

The static method database sets or gets the ADOdb database name on the session connection. This is not the same value as the driver associated with the database abstraction layer.

The value must be set before config() is called

Use As A Getter

When used without parameters it returns the currently set value

Usage

 
include_once 'adodb/adodb.inc.php';
include_once "adodb/session/adodb-session2.php";
 
ADOdb_session::database('adodb-database');
ADOdb_session::config('oci8',$host,$user,$pass);
v5/session/reference/database.1463845773.txt.gz · Last modified: 2017/04/21 11:38 (external edit)