PHP Classes

SET UP

Recommend this page to a friend!

      DbSimple  >  All threads  >  SET UP  >  (Un) Subscribe thread alerts  
Subject:SET UP
Summary:Initial parameters definion
Messages:2
Author:Fabio Adorno
Date:2007-01-21 12:53:28
Update:2007-01-21 17:01:29
 

  1. SET UP   Reply   Report abuse  
Picture of Fabio Adorno Fabio Adorno - 2007-01-21 12:53:28
Alo

For using in MYSQL, which are the parameters to define ?

After this procedure, we must upload Mysql.php and Generic.php ? Only this ?

Thank You

Fabio Adorno

  2. Re: SET UP   Reply   Report abuse  
Picture of Dmitry Koterov Dmitry Koterov - 2007-01-21 17:01:29 - In reply to message 1 from Fabio Adorno
Please see samples at
en.dklab.ru/lib/DbSimple/

require_once "DbSimple/Generic.php";
$DB = DbSimple_Generic::connect("mysql://login:password@host/database");