Announce: DbBrowser, a module to create mysqll/postgresql based paginated CGI datagrids
am 23.08.2005 23:25:22 von eddieiaThis 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,datepic=ADker,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=20
regards