On 13/04/06, Todd W <[EMAIL PROTECTED]> wrote: > From: "Simon Wistow" <[EMAIL PROTECTED]> > > So a long time ago Tom Insam announced mod_tt > > > > http://www.mail-archive.com/[email protected]/msg05721.html > > > > and lo! there was resounding silence. > > > <snip /> > > However, in short, I'm just intrigued why mod_tt never took off. > > My guess is because TT is only a piece of the puzzle. > > As you've noted ( but I snipped ) it lacks a controller, which, while at > first glance seems simple, is impossible to implement "without going all > framework crazy" > > And then you need an ORM, which should be distanced quite a bit from the > view to be functional.
Actually I don't think you need much more than a couple of choice plugins : the CGI plugin, the DBI Plugin and some kind of session should give you enough to match PHP for most of the work - using an SQL Phrasebook or ORM plugin would make it very nice to work with. A. _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
