On 8/17/07, Gary Mort <[EMAIL PROTECTED]> wrote: > > Just curious how many people have used form generation/templating > systems like http://www.phpclasses.org/browse/package/1.html and what > your opinions of them are? > _______________________________________________ > New York PHP Community Talk Mailing List > http://lists.nyphp.org/mailman/listinfo/talk > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php >
I have used similar ones, Actually this one is loosely based on the on in the Zoop Framework called forms which predates it about half a year. Zoop's Forms interface is a decent amount simplier and the validation is a better integrated, but of course it only works inside of the framework. Such systems are useful for dominately CRUD applications. They aren't as scalable as hand made forms, unless you use make use of caching (I don't know if this system supports caching, Zoop's does). They are much more efficient on the programmer side. -Steve -- -- Steve Francia http://zoopframework.com
_______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php