kekrozsak/vendor/symfony/symfony/src/Symfony/Component/Form
Polonkai Gergely b82b4ffd34 Made document editing possible 2012-07-22 19:38:00 +02:00
..
Event Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Exception Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
Extension Made document editing possible 2012-07-22 19:38:00 +02:00
Guess Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
Resources Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
Tests Made document editing possible 2012-07-22 19:38:00 +02:00
Util Made document editing possible 2012-07-22 19:38:00 +02:00
.gitignore Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
AbstractExtension.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
AbstractRendererEngine.php Made document editing possible 2012-07-22 19:38:00 +02:00
AbstractType.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
AbstractTypeExtension.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
CHANGELOG.md Made document editing possible 2012-07-22 19:38:00 +02:00
CallbackTransformer.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
CallbackValidator.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
DataMapperInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
DataTransformerInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
Form.php Made document editing possible 2012-07-22 19:38:00 +02:00
FormBuilder.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormBuilderInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormConfig.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormConfigEditorInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormConfigInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormError.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormEvent.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormEvents.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormExtensionInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormFactory.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormFactoryInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormRegistry.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormRegistryInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormRenderer.php Made document editing possible 2012-07-22 19:38:00 +02:00
FormRendererEngineInterface.php Made document editing possible 2012-07-22 19:38:00 +02:00
FormRendererInterface.php Made document editing possible 2012-07-22 19:38:00 +02:00
FormTypeExtensionInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormTypeGuesserChain.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormTypeGuesserInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormTypeInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormValidatorInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormView.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormViewInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
ImmutableFormConfig.php Made document editing possible 2012-07-22 19:38:00 +02:00
LICENSE Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
README.md Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
ResolvedFormType.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
ResolvedFormTypeInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
ReversedTransformer.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
composer.json Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
phpunit.xml.dist Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00

README.md

Form Component

Form provides tools for defining forms, rendering and binding 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.0/book/forms.html

Resources

You can run the unit tests with the following command:

phpunit

If you also want to run the unit tests that depend on other Symfony Components, install dev dependencies before running PHPUnit:

php composer.phar install --dev