-
Fabien Potencier authored
Usage: $form = $app['form.factory']->createBuilder('form') ->add('first_name', 'text') ->add('last_name', 'text'); return $app['twig']->render('form', array('form' => $form->getView()));
4097789b
Name |
Last commit
|
Last update |
---|---|---|
doc | ||
src/Silex | ||
tests | ||
vendor | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md | ||
autoload.php | ||
compile | ||
example.htaccess | ||
phpunit.xml.dist |