Download the PHP package it-blaster/checkbox-list-bundle without Composer
On this page you can find all versions of the php package it-blaster/checkbox-list-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download it-blaster/checkbox-list-bundle
More information about it-blaster/checkbox-list-bundle
Files in it-blaster/checkbox-list-bundle
Package checkbox-list-bundle
Short Description Type Checkbox-list for symfony-form.
License MIT
Homepage https://github.com/it-blaster/checkbox-list-bundle
Informations about the package checkbox-list-bundle
CheckboxListBundle
Symfony2 bundle. Type "checkbox-list" for symfony-form.
Installation
Добавьте ItBlasterCheckboxListBundle в composer.json
:
Теперь запустите композер, чтобы скачать бандл командой:
Композер установит бандл в папку проекта vendor/it-blaster/checkbox-list-bundle
.
Далее подключите бандл в ядре AppKernel.php
:
В app/config/config.yml
необходимо подключить шаблон виджета checkbox_list
:
Usage
Разберём использование виджета checkbox_list
на примере 2х сущностей 'Contact' и 'ContactGroup'.
В форме редактирования группы контактов добавляем виджет и вспомогательные методы:
И в модель ContactGroup
добавляем следующие методы:
Credits
It-Blaster [email protected]
All versions of checkbox-list-bundle with dependencies
propel/propel Version ~2.0@dev
propel/propel-bundle Version >=1.4
sonata-project/propel-admin-bundle Version >=1.0