DAL is a Database Abstraction Layer written entirely in PHP. The goal is to provide users with a general way to access databases. Changing from one DBMS to another only needs changing the driver you want to use.
Today i started writing a little script for which i used dal. By accident i ran this script under PHP 5 and came to a 'not so nice' conclusion. PHP 5 breaks dal. The drivers won't get parsed because of the reassigning of $this that takes place in it. ...
pvzweden committed patchset 133 of module src to the Database Abstraction Layer for PHP CVS repository, changing 1 files
pvzweden committed patchset 132 of module src to the Database Abstraction Layer for PHP CVS repository, changing 1 files
pvzweden committed patchset 131 of module src to the Database Abstraction Layer for PHP CVS repository, changing 1 files
pvzweden committed patchset 130 of module src to the Database Abstraction Layer for PHP CVS repository, changing 1 files
pvzweden committed patchset 129 of module src to the Database Abstraction Layer for PHP CVS repository, changing 1 files
A new release of DAL has just been uploaded. Not many fixes/enhancements in this release. Jusr a change of used php function names in the postgres driver. The depreciated ones are changed for their new ones.
Stable version
-------------------
=- Release 0.4.3 =-
23 apr 2003 - Updated class_dal
* Added the describe keyword to a rowcount query
=- Release 0.4.2 =-
08 aug 2002 - Updated MySQL Driver
* Fixed the autogenerated id ...
pvzweden committed patchset 128 of module src to the Database Abstraction Layer for PHP CVS repository, changing 2 files
pvzweden committed patchset 127 of module src to the Database Abstraction Layer for PHP CVS repository, changing 1 files
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use