Home arrow DbBrowser

Last comments

Calreport compatible egw1.6 dispo !
19/06/09 12:36 More...
By Eddie Iannuccelli

Thanks for your remarks
16/06/09 07:32 More...
By Eddie Iannuccelli

Relatively minor modifications
15/06/09 19:03 More...
By Faby

Donate

Enter Amount:

Dec.04
Downloads
File iconDbBrowser-1.1.tar.gz
340
Jun.17
Downloads
File iconDbBrowser-1.0.tar.gz
223
Sep.22
Downloads
File iconcalreport_0.1.2.zip
208
Feb.03
Downloads
File iconmod_attend_my_events.zip
123
Jun.17
Downloads
File iconworkflow.tar.gz
76

DbBrowser : a free mysql/postgresql database driven perl web datagrid
 

Views : 9443    


How many time have you wrote the same Perl code to display databases records in a datagrid style ? DbBrowser is a Perl module that can help you to stop writing the same thing all your life.   DbBrowser simply need a sql query, DBI and CGI handles and  that's enough to get a fully working paginated web datagrid. See DbBrowser live demos as a simple grid, and as a filtered grid. Version 1.1 is available, check the download area.

Last update : 20-12-2007 23:29

User comments Quote this article in website Save this to del.icio.us Read more...

Simple datagrid
 

Views : 9291    

Clic on "read more" to view Perl source code of this simple grid

Last update : 15-07-2009 14:29

User comments Quote this article in website Save this to del.icio.us Read more...

Filtered datagrid
 

Views : 4785    

Clic on "Read more" to view Perl source code of this filtered datagrid

Last update : 15-07-2009 14:28

User comments Quote this article in website Save this to del.icio.us Read more...

Installation notes
 

Views : 4003    


Like any other module, simply put the DbBrowser.pm and DbBrowser directory somewhere in the @INC perl path list. You can also just put DbBrowser.pm and DbBrowser directory in the folder containing your cgi programs.

Last update : 17-02-2007 18:02

User comments Quote this article in website Save this to del.icio.us Read more...

Using DbBrowser step by step
 

Views : 3191    

DbBrowser is not a script but a Perl module, so lets have a look on how to use it features step by step using a simple Perl script. We will see module declaration, data displaying, column definition and user based criteria filtering.
 
 

Last update : 05-07-2007 20:27

User comments Quote this article in website Save this to del.icio.us Read more...