Dominion 5 is a set of 4 elemental libraries to build complex sites, needs PHP5
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.
|
|