On Tue, Jun 12, 2007 at 12:49:55AM -0400, Li Hao wrote:
> Hi, folks:
>
> I am very new to DBIx::Class, so please bear with my simple questions...
>
> I previously use DBIx::Simple to handle DBI and it contains methods to
> handle tables pretty easily(use DBIx::XHTML_Table). Now I am planning
> to migrate my code to use DBIx::Class. I've read the documentations
> several days and migrated most of my code from DBIx::Simple to
> DBIx::Class except printing out the tables.. Could someone recommend a
> similar module as DBIx::XHTML_Table to populate a table which work
> with DBIx::Class?? Thanks..
my $rows = $rs->cursor->all;
That can go to XHTML_Table style_3.
> BTW. DBIx::Class is really cool... :-)
We're glad you like it :)
--
Matt S Trout Need help with your Catalyst or DBIx::Class project?
Technical Director Want a managed development or deployment platform?
Shadowcat Systems Ltd. Contact mst (at) shadowcatsystems.co.uk for a quote
http://chainsawblues.vox.com/ http://www.shadowcatsystems.co.uk/
_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/