Re: [cgiapp] 2 New(?) Ideas

2004-12-04 Thread Michael Peters
Jason Purdy wrote: While I'm thinking about this, what do you guys think about these? 1) Class::DBI Integration I'm just starting to pick up CDBI (I know, I'm late to the party ;)) and it's kind of frustrating to get the data into the template. Or it could be made easier. I'm not sure if we're

[cgiapp] Re: 2 New(?) Ideas

2004-12-04 Thread Mark Stosberg
On 2004-12-04, Michael Peters [EMAIL PROTECTED] wrote: This is exactly what you can do *now* with TT. It makes it so easy to take stuff and send it to the template. Although, you can send hashref an array of hashrefs returned from DBI directly to HTML::Template. It also helps with

Re: [cgiapp] ANNOUNCE: CGI::Application::Plugin::Stream 1.00

2004-12-04 Thread Christopher Hicks
On Fri, 3 Dec 2004, Jason Purdy wrote: It looks like my upload made it into CPAN: http://search.cpan.org/~purdy/CGI-Application-Plugin-Stream-1.00/ Thanks again for the help inspiration. Let me know if you have problems. This is kinda exciting for me - it's my first original CPAN work! :)

Re: [cgiapp] Re: 2 New(?) Ideas

2004-12-04 Thread Cees Hek
On Sat, 4 Dec 2004 14:34:35 + (UTC), Mark Stosberg [EMAIL PROTECTED] wrote: On 2004-12-04, Michael Peters [EMAIL PROTECTED] wrote: It also helps with things like dates, times, floating points, etc where you want to choose the format for the display, and the decision is still done in the

Re: [cgiapp] Re: 2 New(?) Ideas

2004-12-04 Thread Michael Peters
Cees Hek wrote: It also helps with things like dates, times, floating points, etc where you want to choose the format for the display, and the decision is still done in the template, not in the controller. That has some appeal, especially if there is a way to declar the date format for the project

[cgiapp] Re: ANNOUNCE: CGI::Application::Plugin::Stream 1.00

2004-12-04 Thread Mark Stosberg
On 2004-12-04, Jason Purdy [EMAIL PROTECTED] wrote: It looks like my upload made it into CPAN: http://search.cpan.org/~purdy/CGI-Application-Plugin-Stream-1.00/ Thanks again for the help inspiration. Let me know if you have problems. This is kinda exciting for me - it's my first original

[cgiapp] Re: 2 New(?) Ideas

2004-12-04 Thread Mark Stosberg
Cees, Thanks for the thorough, clear and example informative examples of using TT. I see some benefits, but I'm still not sold, perhaps because my common case is different than yours. For my common case, I tend to work with a graphic designer who manages most of what goes on in the template.