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.

2012-03-29 06:28
8.00.05

La definición de una tabla se puede cargar desde un archivo XML en lugar de crear las instancias. DB_TableExport se ha implementado para exportar la definición y el contenido de una tabla en formato XML. Un error se ha quitado de DB_Table-> doSelectCondition: el orden de campos simple no funcionaba. DB_FieldInteger.createValue se ha modificado para siempre devuelven un entero. DB_FieldReal.createValue se ha modificado para devolver siempre un verdadero formateado con un punto decimal para proteger locales automáticos con comas.
Tags: Major feature enhancements, Minor bugfixes
The definition of a table can be loaded from an XML file instead of creating the instances. DB_TableExport has been implemented to export the definition and the content of a table under XML format. An error has been removed from DB_Table->doSelectCondition: the simple field order was not working. DB_FieldInteger.createValue has been modified to always return an integer. DB_FieldReal.createValue has been modified to always return a formated real with a decimal dot to protect automatic locales with commas.

2011-10-25 08:03
8.00.04

DB_Record y DB_Records se han aplicado en el código entero. Antiguo código debería ser compatible, ya que se implementan con matriz iterador y recuento para simular matrices normales en resultados. Se han eliminado muchos pequeños errores de DB_Date y DB_utime. Todos los objetos son ahora serializables (excepto DB_Base y DB_Cursor). DB_Table-> doInsert ahora devuelve la clave insertada automáticamente.
Tags: major enhancements, Minor bugfixes
DB_Record and DB_Records have been implemented in the whole code. Old code should be compatible, since they are implemented with Array, Iterator, and Count to simulate normal arrays on results. Many minor bugs have been removed from DB_Date and DB_utime. All the objects are now serializable (except DB_Base and DB_Cursor). DB_Table->doInsert now returns the inserted key automatically.

2010-08-25 07:27
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.

2010-08-18 06:48
8.00.02

El DB_Date y objetos DB_uTime se han reconstruido para utilizar mensajes estáticos y con la capacidad de los métodos de la cadena. Las funciones de comparación de DB_Date se han reconstruido sobre la base de la diferencia día juliano. setYear DB_Date-> ahora acepta el año 0. La zona horaria por defecto está configurado con la zona del servidor de tiempo predeterminado. Interior Domcore ha sido actualizado a la versión 1.00.05.
Tags: major enhancements
The DB_Date and DB_uTime objects have been rebuilt to use static messages and with the ability to chain methods. The compare functions of DB_Date have been rebuilt based on the Julian day difference. DB_Date->setYear now accepts year 0. The default time zone is now set with the server default time zone. Inner Domcore has been upgraded to version 1.00.05.

2010-08-05 07:36
8.00.01

Dominio se ha separado de DomCore, DomList y DomMask, son ahora de 4 proyectos independientes. Esta versión utiliza 1.00.04 de DomCore. DB_Date DB_uTime y ahora se extendió desde WAClass, y de serie () y unserial () se hayan implantado. DB_Base DB_Cursor y ahora se extendió desde WAObject ya que no son serializables.
Dominion has been separated from DomCore, DomList, and DomMask; they are now 4 independent projects. This release uses 1.00.04 of DomCore. DB_Date and DB_uTime are now extended from WAClass, and serial() and unserial() were implemented. DB_Base and DB_Cursor are now extended from WAObject since they are not serializable.

Project Resources