• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..14-Sep-2021-

src/H14-Sep-2021-15,5967,669

.coveralls.ymlH A D14-Sep-202174 43

CHANGELOG.mdH A D14-Sep-2021567 2514

CONTRIBUTING.mdH A D14-Sep-20217.4 KiB230163

README.mdH A D14-Sep-2021436 117

composer.jsonH A D14-Sep-20212 KiB6160

phpunit.xml.distH A D14-Sep-20211.6 KiB4529

phpunit.xml.travisH A D14-Sep-20211.6 KiB4529

README.md

1# zend-form
2
3The `Zend\Form` is intended primarily as a bridge between your domain models and
4the View Layer. It composes a thin layer of objects representing form elements,
5an InputFilter, and a small number of methods for binding data to and from the
6form and attached objects.
7
8
9- File issues at https://github.com/zendframework/zend-form/issues
10- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-form
11