root/lang/perl/MENTA/trunk/app/controller/users.pl
@
23706
| Revision 23657, 159 bytes (checked in by tokuhirom, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | load_plugin("dbi_select"); |
| 2 | |
| 3 | sub do_users { |
| 4 | my @rows = dbi_select('DBI:CSV:f_dir=../app/data', 'select * from users'); |
| 5 | render('users.html', \@rows); |
| 6 | } |
| 7 |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)