Drew Butler 8642473185 Changed instances of \DateTimeZone::UTC to 'UTC' as the constant is not valid a produces this error when DateTimeZone is instantiated: DateTimeZone::__construct() [<a href='datetimezone.--construct'>datetimezone.--construct</a>]: Unknown or bad timezone (1024) 13 năm trước cách đây
..
Event 1aabc5da64 fixed CS 14 năm trước cách đây
Exception beecac3adb [Form] simplified previous merge and fixed unit test 14 năm trước cách đây
Extension 8642473185 Changed instances of \DateTimeZone::UTC to 'UTC' as the constant is not valid a produces this error when DateTimeZone is instantiated: DateTimeZone::__construct() [<a href='datetimezone.--construct'>datetimezone.--construct</a>]: Unknown or bad timezone (1024) 13 năm trước cách đây
Guess e3421a0b1d [DoctrineBridge] fixed some CS 13 năm trước cách đây
Resources b5055bb4fd [Form] Fix DelegatingValidator namespace 14 năm trước cách đây
Util 7ee2f6da75 fixed some phpdoc 13 năm trước cách đây
AbstractExtension.php 2af2260c34 Remove useless code 14 năm trước cách đây
AbstractType.php e88ecbbbfd [Form] Fixed a typo in AbstractType phpdoc 14 năm trước cách đây
AbstractTypeExtension.php 971aad0593 Merge branch 'master' into form-phpdoc-2 14 năm trước cách đây
CallbackTransformer.php a1810d6881 [Various] Fixed errors on PHPDocs exception names (TransformationFailedException) 14 năm trước cách đây
CallbackValidator.php 1aabc5da64 fixed CS 14 năm trước cách đây
DataMapperInterface.php 1aabc5da64 fixed CS 14 năm trước cách đây
DataTransformerInterface.php a1810d6881 [Various] Fixed errors on PHPDocs exception names (TransformationFailedException) 14 năm trước cách đây
Form.php e3cb39dd9f [Form] Fixed a few PHPDoc comments 14 năm trước cách đây
FormBuilder.php 7ee2f6da75 fixed some phpdoc 13 năm trước cách đây
FormError.php 22a49f14df Better docstring for FormError constructor 14 năm trước cách đây
FormEvents.php 79e709cdc9 removed the ON_ prefix for Form event names 14 năm trước cách đây
FormExtensionInterface.php 87a6fd0f99 [Form] phpDoc 14 năm trước cách đây
FormFactory.php d97d7e93c0 Added a check to see if the type is a string if it's not a FormTypeInterface 13 năm trước cách đây
FormFactoryInterface.php 824e48efa7 [Various] Fixed phpdoc 14 năm trước cách đây
FormInterface.php 87a6fd0f99 [Form] phpDoc 14 năm trước cách đây
FormTypeExtensionInterface.php 1aabc5da64 fixed CS 14 năm trước cách đây
FormTypeGuesserChain.php 1aabc5da64 fixed CS 14 năm trước cách đây
FormTypeGuesserInterface.php e3421a0b1d [DoctrineBridge] fixed some CS 13 năm trước cách đây
FormTypeInterface.php 1aabc5da64 fixed CS 14 năm trước cách đây
FormValidatorInterface.php 1aabc5da64 fixed CS 14 năm trước cách đây
FormView.php e3421a0b1d [DoctrineBridge] fixed some CS 13 năm trước cách đây
LICENSE 89868f7901 Updated LICENSE files copyright 13 năm trước cách đây
README.md 997f354d53 tweaked the README files 13 năm trước cách đây
ReversedTransformer.php 486294b50b [Form] Fix the ReversedTransform class 14 năm trước cách đây
composer.json 011791dbef [Form] Moved the Validator component to the suggest section 13 năm trước cách đây

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

Unit tests:

https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Component/Form

Documentation:

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