Download the PHP package scaytrase/symfony-stored-forms-bundle without Composer
On this page you can find all versions of the php package scaytrase/symfony-stored-forms-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download scaytrase/symfony-stored-forms-bundle
More information about scaytrase/symfony-stored-forms-bundle
Files in scaytrase/symfony-stored-forms-bundle
Package symfony-stored-forms-bundle
Short Description Web-configurable forms
License GPL-2.0+
Informations about the package symfony-stored-forms-bundle
Symfony2 Stored Forms Bundle
Description
This bundle was highly inspired by Drupal 6 CCK module mechanics. It allows to dynamically create custom web forms with highly customizable inputs without any change in the source code. The changes are only needed if the set of available field types should be extended.
Here is the attempt to reinvent the wheel on top of the Symfony2 Form components stored with Doctrine2.
Installation
The best way to install this bundle is to use composer
And include the bundle into the list of application bundles
Usage
The simplest way of usage is shown in the test suite
Then just the populate form either with manual FormInterface::submit($data)
call or via
FormInterface::handleRequest($request)
. Each field from the form will return the AbstractValue
object (see fields
classes for more information). Both fields and values are ready to be stored at the database.
All versions of symfony-stored-forms-bundle with dependencies
symfony/form Version ~2.4
doctrine/orm Version ~2.3
scaytrase/symfony-autoregistry Version ~2.0
symfony/validator Version ~2.3