kekrozsak/vendor/symfony/symfony/src/Symfony/Component/Form
Polonkai Gergely 623b78e939 Vendors update
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
2012-07-31 09:40:41 +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 Vendors update 2012-07-31 09:40:41 +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 Vendors update 2012-07-31 09:40:41 +02:00
Util Vendors update 2012-07-31 09:40:41 +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 Vendors update 2012-07-31 09:40:41 +02:00
AbstractType.php Updated vendors 2012-07-23 08:07:07 +02:00
AbstractTypeExtension.php Updated vendors 2012-07-23 08:07:07 +02:00
CHANGELOG.md Vendors update 2012-07-31 09:40:41 +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 Vendors update 2012-07-31 09:40:41 +02:00
FormBuilder.php Vendors update 2012-07-31 09:40:41 +02:00
FormBuilderInterface.php Vendors update 2012-07-31 09:40:41 +02:00
FormConfigBuilder.php Vendors update 2012-07-31 09:40:41 +02:00
FormConfigBuilderInterface.php Vendors update 2012-07-31 09:40:41 +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 Vendors update 2012-07-31 09:40:41 +02:00
FormFactoryInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormInterface.php Updated vendors 2012-07-23 08:07:07 +02:00
FormRegistry.php Vendors update 2012-07-31 09:40:41 +02:00
FormRegistryInterface.php Vendors update 2012-07-31 09:40:41 +02:00
FormRenderer.php Vendors update 2012-07-31 09:40:41 +02:00
FormRendererEngineInterface.php Updated vendors 2012-07-23 08:07:07 +02:00
FormRendererInterface.php Updated vendors 2012-07-23 08:07:07 +02:00
FormTypeExtensionInterface.php Updated vendors 2012-07-23 08:07:07 +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 vendors 2012-07-23 08:07:07 +02:00
FormValidatorInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
FormView.php Updated vendors 2012-07-23 08:07:07 +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 Vendors update 2012-07-31 09:40:41 +02:00
ResolvedFormTypeFactory.php Vendors update 2012-07-31 09:40:41 +02:00
ResolvedFormTypeFactoryInterface.php Vendors update 2012-07-31 09:40:41 +02:00
ResolvedFormTypeInterface.php Vendors update 2012-07-31 09:40:41 +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