Project

super_form

0.0
No commit activity in last 3 years
No release in over 3 years
Super Form adopts the concept of forms and fields, making it easy to define fields containing bundled validations and attributes. Also, it aims to supply a handy form builder for these fields.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 2.2.0
= 0.9.12.6
= 0.3.2
>= 0
= 2.14.1
= 0.8.2
= 1.3.8

Runtime

 Project Readme

SuperForm

SuperForm adopts the concept of forms, fields and fieldsets, making it easy to define fields containing bundled validations and attributes. Form fields will be truly object oriented; that will make your code more DRY, so you won't need to define the same validations and attributes over and over again. SuperForm also contains fields for mundane concepts (like email and phone) - but you can still use it to code specific fields for your application. Forms are flexible, and allow you to provide specific validations and attributes. Also, SuperForm aims to supply a handy form builder for these fields.

This is still a work in progress, an early prototype. No release has been made yet. I'm working towards the first release.