dbi4php 1.0 review
Downloadphp4dbi is a database abstraction layer for PHP
|
|
php4dbi is a database abstraction layer for PHP. dbi4php is simple to use (a single file with a simple API) and lean enought to not bloat your PHP application.
It provides a common API for accessing a variety of database systems. This allows you to develop your application without limiting it to working on just a single database.
You also won't need to keep looking at the PHP documentation pages to find the correct function name for a particular database since they don't use a common naming scheme. (For example, MySQL uses mysql_connect while SQLite uses sqlite_open.)
The dbi4php tools has actually been around since the year 2000 as part of the WebCalendar project. So, it is a very stable tool that has been tested and used in production environments for years.
What's New in This Release:
This is the initial public release.
Previously, this tool was bundled with the WebCalendar application (since 2000).
dbi4php 1.0 search tags