ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:session:reference:driver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
v5:session:reference:driver [2016/05/21 16:14] – created mnewnhamv5:session:reference:driver [2018/07/01 21:59] (current) – typo in class name peterdd
Line 3: Line 3:
 <WRAP right box> <WRAP right box>
 ==Syntax== ==Syntax==
-  bool ADOdb_Session::driver(+  string ADOdb_Session::driver(
     optional string $driverName     optional string $driverName
     )     )
Line 21: Line 21:
 include_once "adodb/session/adodb-session2.php"; include_once "adodb/session/adodb-session2.php";
  
-ADOdb_session::driver('oci8'); +ADOdb_Session::driver('oci8'); 
-ADOdb_session::config('',$host,$user,$pass,$database); +ADOdb_Session::config('',$host,$user,$pass,$database); 
-ADOdb_session::debug(true);+ADOdb_Session::debug(true);
  
 </code> </code>
v5/session/reference/driver.txt · Last modified: 2018/07/01 21:59 by peterdd