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 Back to release list
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.

Project Resources