From 4f5b44bd3bd490309eb2ba7b44df4769816ba729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 3 Aug 2013 19:26:54 +0200 Subject: twig implementation --- .../symfony/form/Symfony/Component/Form/README.md | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 vendor/symfony/form/Symfony/Component/Form/README.md (limited to 'vendor/symfony/form/Symfony/Component/Form/README.md') diff --git a/vendor/symfony/form/Symfony/Component/Form/README.md b/vendor/symfony/form/Symfony/Component/Form/README.md new file mode 100644 index 00000000..7bfff7fd --- /dev/null +++ b/vendor/symfony/form/Symfony/Component/Form/README.md @@ -0,0 +1,26 @@ +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 -- cgit v1.2.3