Julio Montoya ae4afdabd6 Updating vendors 11 years ago
..
Exception 224a0e666e Updating vendors 11 years ago
Extension ae4afdabd6 Updating vendors 11 years ago
Guess 224a0e666e Updating vendors 11 years ago
Resources 321ce65f18 Updating vendors 11 years ago
Test 224a0e666e Updating vendors 11 years ago
Tests ae4afdabd6 Updating vendors 11 years ago
Util ae4afdabd6 Updating vendors 11 years ago
AbstractExtension.php 224a0e666e Updating vendors 11 years ago
AbstractRendererEngine.php 32682a9ca8 Updating vendor 12 years ago
AbstractType.php 224a0e666e Updating vendors 11 years ago
AbstractTypeExtension.php 224a0e666e Updating vendors 11 years ago
Button.php ae4afdabd6 Updating vendors 11 years ago
ButtonBuilder.php 321ce65f18 Updating vendors 11 years ago
ButtonTypeInterface.php 224a0e666e Updating vendors 11 years ago
CHANGELOG.md 224a0e666e Updating vendors 11 years ago
CallbackTransformer.php 32682a9ca8 Updating vendor 12 years ago
ClickableInterface.php 224a0e666e Updating vendors 11 years ago
DataMapperInterface.php 224a0e666e Updating vendors 11 years ago
DataTransformerInterface.php 224a0e666e Updating vendors 11 years ago
Form.php ae4afdabd6 Updating vendors 11 years ago
FormBuilder.php 224a0e666e Updating vendors 11 years ago
FormBuilderInterface.php 224a0e666e Updating vendors 11 years ago
FormConfigBuilder.php 321ce65f18 Updating vendors 11 years ago
FormConfigBuilderInterface.php 224a0e666e Updating vendors 11 years ago
FormConfigInterface.php 224a0e666e Updating vendors 11 years ago
FormError.php 224a0e666e Updating vendors 11 years ago
FormEvent.php 224a0e666e Updating vendors 11 years ago
FormEvents.php 224a0e666e Updating vendors 11 years ago
FormExtensionInterface.php 224a0e666e Updating vendors 11 years ago
FormFactory.php 224a0e666e Updating vendors 11 years ago
FormFactoryBuilder.php 32682a9ca8 Updating vendor 12 years ago
FormFactoryBuilderInterface.php 32682a9ca8 Updating vendor 12 years ago
FormFactoryInterface.php 224a0e666e Updating vendors 11 years ago
FormInterface.php 224a0e666e Updating vendors 11 years ago
FormRegistry.php 224a0e666e Updating vendors 11 years ago
FormRegistryInterface.php 224a0e666e Updating vendors 11 years ago
FormRenderer.php 224a0e666e Updating vendors 11 years ago
FormRendererEngineInterface.php 32682a9ca8 Updating vendor 12 years ago
FormRendererInterface.php 32682a9ca8 Updating vendor 12 years ago
FormTypeExtensionInterface.php 32682a9ca8 Updating vendor 12 years ago
FormTypeGuesserChain.php 224a0e666e Updating vendors 11 years ago
FormTypeGuesserInterface.php 224a0e666e Updating vendors 11 years ago
FormTypeInterface.php 32682a9ca8 Updating vendor 12 years ago
FormView.php 224a0e666e Updating vendors 11 years ago
Forms.php 32682a9ca8 Updating vendor 12 years ago
LICENSE 32682a9ca8 Updating vendor 12 years ago
NativeRequestHandler.php 321ce65f18 Updating vendors 11 years ago
PreloadedExtension.php 224a0e666e Updating vendors 11 years ago
README.md 224a0e666e Updating vendors 11 years ago
RequestHandlerInterface.php 224a0e666e Updating vendors 11 years ago
ResolvedFormType.php 224a0e666e Updating vendors 11 years ago
ResolvedFormTypeFactory.php 32682a9ca8 Updating vendor 12 years ago
ResolvedFormTypeFactoryInterface.php 224a0e666e Updating vendors 11 years ago
ResolvedFormTypeInterface.php 224a0e666e Updating vendors 11 years ago
ReversedTransformer.php 32682a9ca8 Updating vendor 12 years ago
SubmitButton.php 224a0e666e Updating vendors 11 years ago
SubmitButtonBuilder.php 224a0e666e Updating vendors 11 years ago
SubmitButtonTypeInterface.php 224a0e666e Updating vendors 11 years ago
composer.json 224a0e666e Updating vendors 11 years ago
phpunit.xml.dist 224a0e666e Updating vendors 11 years ago

README.md

Form Component

Form provides tools for defining forms, rendering and mapping request data to related models. Furthermore it provides integration with the Validation component.

Resources

Silex integration:

https://github.com/fabpot/Silex/blob/master/src/Silex/Provider/FormServiceProvider.php

Documentation:

http://symfony.com/doc/2.3/book/forms.html

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Form/
$ composer.phar install --dev
$ phpunit