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.
| Tags | database abstraction Form Generation list generation |
|---|---|
| Licenses | GPLv3 |
| Implementation | PHP JavaScript AJAX MySQL Oracle Informix postgresql DB2 sql server XHTML UTF-8 WAJAF |
| Translations | English |
Recent releases


Release Notes: 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.


Release Notes: 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.


Release Notes: 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.


Release Notes: 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.


Release Notes: The style sheet has been created. The icons used for WAJAV have been added. All the elements has been rewritten to meet the WAJAF standards. Hidden fields have been added. All the fields have been modified to use RealMaskId instead of MaskId (which is the one given by the programmer, but not necessarily the good one). The Javascript funcions JSonSucces and JSonFailure have been added to DomMask.lib. A new parameter has been added to DomMask->create to specify that the program must get the objects as an XML file.