kekrozsak/vendor/symfony/symfony/src/Symfony/Component/Form
Polonkai Gergely 082a0130c2 Initial commit with Symfony 2.1+Vendors
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-07-01 09:52:20 +02:00
..
Event Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Exception Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Extension Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Guess Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Resources Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Tests Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Util Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
AbstractExtension.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
AbstractType.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
AbstractTypeExtension.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +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
CHANGELOG.md 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
DataMapperInterface.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
DataTransformerInterface.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Form.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormBuilder.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormBuilderInterface.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormConfig.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormConfigEditorInterface.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormConfigInterface.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +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 Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormFactory.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormFactoryInterface.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormInterface.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormTypeExtensionInterface.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormTypeGuesserChain.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormTypeGuesserInterface.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormTypeInterface.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormValidatorInterface.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormView.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FormViewInterface.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
LICENSE 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 Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
ReversedTransformer.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
UnmodifiableFormConfig.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00

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