
December 18th, 2006, 09:00 AM
|
|
|
|
Additional Methods for Using SQLite with PHP 5
Welcome to the concluding part of the series “Using SQLite with PHP 5.” As you’ll possibly know, PHP 5 comes equipped with a fully-featured RDBMS called SQLite that definitely can make your life as a PHP developer much easier. It's particularly helpful if you want to get rid of MySQL at least for a time while maintaining the data layer of your application completely isolated from the business logic.
Read the full article here: Additional Methods for Using SQLite with PHP 5
For more discussion go here: Blog Article Discussion
|