|
Posted by eddie.iannuccelli on August 23, 2005, 2:25 pm
Please log in for more thread options
This module provide a quick way to code pg/mysql db based cgi tabulated
interfaces. The module store the base sql query, allow columns
definition (basic field display or custom function call) and search
criterias definition (comparison operators are automatically managed
depending on criteria
type:textbox,numberbox,datepicker,listbox,foreign
key/primary key driven listbox, "boolean" listbox).
After theses declarations, the grid is ready to be displayed through 2
method calls (DbBrowser->criteria and DbDbrowser->datagrid).
You can download it (with samples and documentation) at :
http://eiannuccelli.free.fr/html
regards
|