ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:session:reference:host

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
v5:session:reference:host [2016/05/21 17:43] mnewnhamv5:session:reference:host [2018/07/01 21:59] (current) – typo in class name peterdd
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::host('127.0.0.1'); +ADOdb_Session::host('127.0.0.1'); 
-ADOdb_session::config('','',$user,$pass,$database);+ADOdb_Session::config('','',$user,$pass,$database);
 </code> </code>
v5/session/reference/host.txt · Last modified: 2018/07/01 21:59 by peterdd