“Formsess”:http://www.katana-inc.com/formsess looks to be quite similar, although not the same as my goals. Designed to be used with Smarty, I think (from a cursory glance) that it would work on its own. Formsess uses rules embedded in the HTML, however instead of using the HTML form elements it has its own tags.
For more details “view the Formsess manual”:http://www.katana-inc.com/formsess/manual/en/
1 comment so far ↓
I just wanted to add that no, formsess was not designed to be used on its own.
There are two reasons:
- it uses the smarty architecture quite intensively in order to be as performant as possible (e.g. prefiltering)
- there are several mature forms solutions already available when not using smarty (PEAR::QuickForm…), so I didn’t feel like reinventing the wheel but rather write a wheel for a different kind of vehicle
Leave a Comment