コード例 #1
0
ファイル: toba_db_sqlserver.php プロジェクト: emma5021/toba
 function __construct($profile, $usuario, $clave, $base, $puerto)
 {
     $this->motor = "sqlserver";
     parent::__construct($profile, $usuario, $clave, $base, $puerto);
 }
コード例 #2
0
ファイル: toba_db_informix.php プロジェクト: emma5021/toba
 function __construct($profile, $usuario, $clave, $base, $puerto, $server)
 {
     $this->motor = "informix";
     $this->id_instancia_server = $server;
     parent::__construct($profile, $usuario, $clave, $base, $puerto);
 }
コード例 #3
0
ファイル: toba_db_postgres7.php プロジェクト: emma5021/toba
 function __construct($profile, $usuario, $clave, $base, $puerto)
 {
     $this->motor = "postgres7";
     parent::__construct($profile, $usuario, $clave, $base, $puerto);
     //$this->setear_datestyle_iso();
 }