News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Cross-Platform Database PHP Development
June 25, 2007 @ 11:44:00

On PHPBuilder.com today, there's a new tutorial focusing on the development of PHP applications that can be run on different database environments without many changes to the actual application.

There are several options available to interact with multiple database engines with PHP, such as Pear DB and MDB2. However, there may instances where you will be required to develop your own custom database interface that connects to many different database engines using a single unified syntax. This article will address the development of a class that will do exactly that. In addition, we will include the ability to replicate data among several databases in real time.

They create their own abstraction layer that has the ability to make the connection, replicate data between connections, handle some errors and work with database configuration data. The tutorial shows you how to use the script for three different database types - MySQL, Oracle, and MS SQL.

1 comment voice your opinion now!
crossplatform database development tutorial abstraction oracle mysql mssql crossplatform database development tutorial abstraction oracle mysql mssql


blog comments powered by Disqus

Similar Posts

PHPRiot.com: Zend Framework 101: Zend_Gdata_YouTube

Greg Beaver's Blog: Synchronize live and development sites using the PEAR Installer

Felix Geisendorfer's Blog: 10 Days of Free Dessert!

Sameer Borate's Blog: Easy thumbnail generation using PHP

Josh Adell: Interfaces and Traits: A Powerful Combo


Community Events











Don't see your event here?
Let us know!


example podcast framework zendframework2 language phpunit functional unittest interview series opinion development community introduction release conference tool application code testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework