Phorms
Phorms is a general purpose HTML form factory for PHP. Its goal is to provide a simple way to create easily extensible forms. Its usage is vaguely similar to Django’s forms library.
At the moment, documentation is a little sparse, but the API docs are complete and there are two examples showing the most common usage included in the package.
Change log
1.02
* fixed bug in Phorm where default data may sometimes be overwritten incorrectly
* fixed bug in HiddenField where parent class was instantiated incorrectly
1.01
* fixed bug in PhormField::is_valid where false values skipped field-level validation
* FileFields and ImageFields now pass either null or a File/Image instance to user-defined validators
* added file_drop.php to examples
1.0
* initial release







