| |||||
Dominion 5 is a set of 4 elemental libraries to build complex sites.
domvar.lib is the basic database abstraction layer, to access to any database with the same objects and methods.
- DB_Base is the main database connector object.
- DB_Cursor is the main database cursor access object.
domdb.lib is the basic database SML and DML abstraction layer, to access to any database with the same table, fields, conditions, checks objects and methods.
- DB_Table is the main table definition object.
- DB_Field is the main field definition object.
- DB_Check is the main check field definition object.
- DB_Condition is the main query condition object.
domlist.lib is the basic list and reports constructor to build any type of interactive reports, based or not on tables through domdb.lib.
- DB_List is the main list constructor object.
dommask.lib is the basic capture mask constructor to build any type of complex forms and masks, based or not on tables through domdb.lib.
- DB_Mask is the main mask constructor object.
What's New in This Release: [ read full changelog ]
· Removed error in doSelectCondition: 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 decimal dot to protect automatic locale with comas.
· Markups added into XML language files to extract and insert entries automatically
· Added tables definition into XML descriptor files or array, added to DB_Table constructor to load the table
· DB_TableExport coded
· DB_Table->getType() added
· Added getLength() on DB_FieldVarchar
· Added getChecks() on DB_Check

Via: Dominion v8.00.05 - Build 5






0 Comment:
Post a Comment