Re: [htmltmpl] HTML::Template with simplified/automated fill in from database.

2008-02-24 Thread Mathew Robertson
Hi Ronald, I am looking to generate easy visualizations of objects serialized in a database USING the underlying model. It sounds like you're talking about a glue between "model" components like dbix::class, class::dbi, etc? Close. Yes a glue layer between HTML::Template and a databa

Re: [htmltmpl] HTML::Template with simplified/automated fill in from database.

2008-02-23 Thread Ronald Schmidt
Mark Fuller wrote: On Sat, Feb 23, 2008 at 5:13 AM, Ronald Schmidt <[EMAIL PROTECTED]> wrote: I am looking to generate easy visualizations of objects serialized in a database USING the underlying model. It sounds like you're talking about a glue between "model" components like dbix:

Re: [htmltmpl] HTML::Template with simplified/automated fill in from database.

2008-02-23 Thread Mark Fuller
On Sat, Feb 23, 2008 at 5:13 AM, Ronald Schmidt <[EMAIL PROTECTED]> wrote: > I am looking to generate easy visualizations of > objects serialized in a database USING the underlying model. It sounds like you're talking about a glue between "model" components like dbix::class, class::dbi, etc? Wha

Re: [htmltmpl] HTML::Template with simplified/automated fill in from database.

2008-02-23 Thread Ronald Schmidt
Sébastien Aperghis-Tramoni wrote: > Ronald Schmidt wrote: > If I understand correctly your question, you probably want to write a > producer module for SQL::Translator, the set of modules behind SQL Fairy. > » http://search.cpan.org/dist/SQL-Translator/ > » http://sqlfairy.sourceforge.net/ As

Re: [htmltmpl] HTML::Template with simplified/automated fill in from database.

2008-02-22 Thread Sébastien Aperghis-Tramoni
Ronald Schmidt wrote: > Given the data model below, does anyone know of a package or module > that > would generate code for, or fill in, an HTML::Template like that > provided below the database ddl? If not, would there be interest in > such a module if I could create it? If I understand corr

[htmltmpl] HTML::Template with simplified/automated fill in from database.

2008-02-22 Thread Ronald Schmidt
Given the data model below, does anyone know of a package or module that would generate code for, or fill in, an HTML::Template like that provided below the database ddl? If not, would there be interest in such a module if I could create it? Ron create table books ( book_idinteger,