Download List

项目描述

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 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

可以从 XML 文件而不是创建实例加载表的定义。已实施 DB_TableExport 导出定义和根据 XML 格式表的内容。错误-> doSelectCondition 已被删除从 DB_Table: 简单的字段顺序不工作。DB_FieldInteger.createValue 已被修改,以始终返回一个整数。DB_FieldReal.createValue 已被修改,以始终返回一个已格式化真正的同一个十进制的圆点,以保护自动语言环境之间要用逗号。
标签: 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 和 DB_Records 已在整个代码中。旧的代码应当是兼容的因为它们的执行具有数组、 迭代器、 和计数来模拟正常阵列上的结果。很多小 bug 已被删除从 DB_Date 和 DB_utime。现在,(除了 DB_Base 和 DB_Cursor) 可序列化的所有对象都。-> DoInsert DB_Table 现在自动返回插入的键。
标签: 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已被重写,简化代码,使用WAMessage和一个抛出错误。所有的设置*方法现在返回链接$这一点。 DB_Cursor已与WAMessage集成。 DB_Check,DB_Field *和DB_Table现于WAClass延长,调试已经实施,现在可序列化的类:一个完整的序列表描述符,现在可以在任何级别的任何缓存库存。 DB_FieldLOB已添加。
标签: 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

该DB_Date和DB_uTime对象已改建为使用的方法以连锁静态信息和能力。在比较DB_Date职能已重建的儒略日差异为基础。 DB_Date -> setYear现在可以接受0年。默认时区现在是服务器的默认设置时区。内蒙古Domcore已经升级到版本1.00.05。
标签: 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

统治已经脱离DomCore,DomList和DomMask,他们现在4个独立的项目。此版本使用了DomCore 1.00.04。 DB_Date和DB_uTime现延长至WAClass和串行()和unserial()得到执行。 DB_Base和DB_Cursor现延长至WAObject因为它们不是序列化的。
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