root/lang/perl/MENTA/trunk/app/controller/users.pl @ 23706

Revision 23657, 159 bytes (checked in by tokuhirom, 5 years ago)

r30511@skinny: tokuhirom | 2008-11-14 12:03:16 +0900
added load_plugins.

Line 
1load_plugin("dbi_select");
2
3sub 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.