|
13 vuotta sitten | |
---|---|---|
.. | ||
Event | 14 vuotta sitten | |
Exception | 14 vuotta sitten | |
Extension | 13 vuotta sitten | |
Guess | 13 vuotta sitten | |
Resources | 14 vuotta sitten | |
Util | 13 vuotta sitten | |
AbstractExtension.php | 14 vuotta sitten | |
AbstractType.php | 14 vuotta sitten | |
AbstractTypeExtension.php | 14 vuotta sitten | |
CallbackTransformer.php | 14 vuotta sitten | |
CallbackValidator.php | 14 vuotta sitten | |
DataMapperInterface.php | 14 vuotta sitten | |
DataTransformerInterface.php | 14 vuotta sitten | |
Form.php | 14 vuotta sitten | |
FormBuilder.php | 13 vuotta sitten | |
FormError.php | 14 vuotta sitten | |
FormEvents.php | 14 vuotta sitten | |
FormExtensionInterface.php | 14 vuotta sitten | |
FormFactory.php | 13 vuotta sitten | |
FormFactoryInterface.php | 14 vuotta sitten | |
FormInterface.php | 14 vuotta sitten | |
FormTypeExtensionInterface.php | 14 vuotta sitten | |
FormTypeGuesserChain.php | 14 vuotta sitten | |
FormTypeGuesserInterface.php | 13 vuotta sitten | |
FormTypeInterface.php | 14 vuotta sitten | |
FormValidatorInterface.php | 14 vuotta sitten | |
FormView.php | 13 vuotta sitten | |
LICENSE | 13 vuotta sitten | |
README.md | 13 vuotta sitten | |
ReversedTransformer.php | 14 vuotta sitten | |
composer.json | 13 vuotta sitten |
Form provides tools for defining forms, rendering and binding request data to related models. Furthermore it provides integration with the Validation component.
Silex integration:
https://github.com/fabpot/Silex/blob/master/src/Silex/Provider/FormServiceProvider.php
Unit tests:
https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Component/Form
Documentation: