Main > Programming > Libraries >

PHP Database Interface 1.0 RC4

PHP Database Interface 1.0 RC4

Sponsored Links

PHP Database Interface 1.0 RC4 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.033 MB
Platform: Any Platform
License: BSD License
Price:
Downloads: 1474
Date added: 2005-10-26
Publisher: Diilbert

PHP Database Interface 1.0 RC4 description

PHP Database Interface is an easy to use PHP database interface meant to give applications universal support across many databases, including several flat file formats.
Installation
These are just a few notes installation notes regarding DBi and using it with your project
txtSQL support requires the following files from the release archive (currently 3.0 Beta is Supported) :
txtSQL.class.php, txtSQL.parser.php & txtSQL.core.php To be placed in the 3rdparty/txtsql/ directory or the location of your choice
fileSQL support requires the the following file from the release archive (currently 1.0 RC4 is Supported) :
fileSQL.php To be placed in the 3rdparty/fql/ directory of the location of your choice
Test data and a demo script is available in the demo/ directory
Simple Example
// The filesystem root path to DBi needs to be defined before the include
define(PHP_DBI_ROOT, C:/program files/apache group/apache2/htdocs2/modules/dbi/);
define(PHP_DBI_FQL, PHP_DBI_ROOT.3rdparty/fql/fileSQL.php); //Required for FQL Support
define(PHP_DBI_TXTSQL, PHP_DBI_ROOT.3rdparty/txtsql/); //Required for txtSQL Support
include_once("../dbi.php");
$interface = dbi::factoryControllerConstruction(); //create a new dbi object
// open a connection to the database (this will example will work with any
// of the interfaced databases
$interface->open_connection_now_persistent("fql&".PHP_DBI_ROOT."3rdparty/fql/data&demo");
//Select the entire contents of test2 table and store the first row
$inteface->ExecuteQueryAndReturnRow?(array(select => *, from => test2));
$results = $interface->fetchRowThenGetAnotherrow();
//Display the first row of results
print "First Row: ";
print_r($results);
print "< br >";
$interface->disconnect_fromDatabase(); // Closes connection to the database
Enhancements:
- The tableInfo function was added to return the schema.
- LIMIT was added to select functions for supporting databases.
- LIMIT emulation is available to all database types.
- Support for the Firebird database was added.

PHP Database Interface 1.0 RC4 Screenshot

Advertisements

PHP Database Interface 1.0 RC4 Keywords

Bookmark PHP Database Interface 1.0 RC4

Hyperlink code:
Link for forum:

PHP Database Interface 1.0 RC4 Copyright

WareSeeker periodically updates pricing and software information of PHP Database Interface 1.0 RC4 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of PHP Database Interface 1.0 RC4 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
DBIx::HTMLinterface is a class for creating a CGI interface to a database. Free Download
AMA Desktop Linux is a Linux Distribution for AMA Computer University. Free Download
Perlbug::Interface::Web is a web interface to perlbug database. Free Download
SQLView provides a user friendly interface for browsing a SQL database and modifying SQL tables using a Web browser. Free Download
Horde Groupware is a free, enterprise ready, browser based collaboration suite. Free Download
sqlitewrapped is a C++ wrapper for the Sqlite database C application programming interface. Free Download
PHP-Spacester is a clone of the MySpace and Friendster social networking sites. Free Download
php-sqlite3 is a PHP extension that lets you access SQLite3 databases within your scripts. Free Download