Download List

Descripción del Proyecto

Dominion v8 is a PHP universal database abstraction layer to develop rapid portable and compatible applications connecting to any freeware or commercial databases. You no longer need to write proprietary SQL sentences, but can use portable objects that give you the power to change the database engine without rewriting a single line of code.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-08-25 07:27 Back to release list
8.00.03

DB_Base ha sido reescrito para simplificar el código, utilizar WAMessage y un error de arrojar una sola. Todo el conjunto de métodos * ahora devuelven $ this para encadenar. DB_Cursor ha sido integrado con WAMessage. DB_Check, * DB_Field y DB_Table se extiende ahora desde WAClass, la depuración se ha aplicado, y las clases son serializables: un descriptor de la tabla completa en serie pueden ahora ser almacenados en cualquier caché a cualquier nivel. DB_FieldLOB ha añadido.
Tags: Major feature enhancements, Minor bugfixes
DB_Base has been rewritten to simplify the code, to use WAMessage and a single throwable error. All the set* methods now return $this for chaining. DB_Cursor has been Integrated with WAMessage. DB_Check, DB_Field*, and DB_Table are now extended from WAClass, the debug has been implemented, and the classes are now serializable: a full serialized table descriptor can now be stocked in any cache at any level. DB_FieldLOB has been added.

Project Resources