/[hr-web]/inc/class.DBI
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /inc/class.DBI

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Fri Apr 20 08:25:32 2001 UTC revision 1.2 by dpavlin, Fri May 18 12:51:41 2001 UTC
# Line 38  class DBI { Line 38  class DBI {
38          ereg( "(p)?dbi:(.+):(.+)", $dbi_connect_str, $regs )){          ereg( "(p)?dbi:(.+):(.+)", $dbi_connect_str, $regs )){
39        $dbi[db_type]       = $regs[2];        $dbi[db_type]       = $regs[2];
40        $dbi[db_name]       = $regs[3];        $dbi[db_name]       = $regs[3];
41        $dbi[db_host]       = ( $regs[5] ? $regs[5] : 'localhost' );        $dbi[db_host]       = ( $regs[5] ? $regs[5] : '' );
42        $dbi[is_persistent] = ( $regs[1] ? 1 : 0 );        $dbi[is_persistent] = ( $regs[1] ? 1 : 0 );
43        //echo "Connecting: [ ",        //echo "Connecting: [ ",
44          //$dbi[db_type],"][",          //$dbi[db_type],"][",

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26