At 7:12 am -0800 30/10/01, Bill Moseley wrote:
>Hi,
>
>I've found a number of generic CGI scripts for simple table operations, but
>nothing great.  Is there one that's well-coded, where I can simply specify
>the the column data types, and validation routines and be done?  In a
>perfect world it would be Template-Toolkit based, too.

I doubt that a generic solution which goes through as far as 
outputting lists and records would be useful, or even possible, 
though i'd be pleased to be wrong.

but if it would suffice to abstract most database operations into 
simple method calls and reduce your script to ten readable lines, I 
highly recommend Class::DBI. It works _very_ nicely with TT2, as well.

will

Reply via email to