2017 © Pedro Peláez
 

symfony-bundle eavbundle

Symfony2 Eav Bundle

image

enviroment/eavbundle

Symfony2 Eav Bundle

  • Thursday, May 14, 2015
  • by pavlomoroz
  • Repository
  • 2 Watchers
  • 2 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

Eav Bundle

1, Require

jms_di_extra bundle, (*1)

config, (*2)

- { resource: "@EnviromentEavBundle/Resources/config/config.yml" }

jms_di_extra:
    locations:
        all_bundles: false
        bundles: [ EnviromentEavBundle ]
        directories: ["%kernel.root_dir%/../src"]

routing, (*3)

enviroment_eav:
    resource: "@EnviromentEavBundle/Resources/config/routing.yml"
    prefix:   /attribute

FormType, (*4)

->add('attributes', 'attributeCollection', array(
            'type' => new AttributeType()
        ))

Kernel, (*5)

new Enviroment\EavBundle\EnviromentEavBundle(),

Your entity, (*6)

use Enviroment\EavBundle\Annotation as EAV;
use Enviroment\EavBundle\Entity\AttributedEntityTrait;

/**
 * Entity
 * @EAV\Entity()
 ...
 */
class Entity 
{
    use AttributedEntityTrait;
}

The Versions

14/05 2015

dev-master

9999999-dev https://github.com/pavlomoroz/SymfonyEav

Symfony2 Eav Bundle

  Sources   Download

MIT

The Requires

 

by Pavlo Moroz

page page bundle

13/05 2015

0.0.2

0.0.2.0 https://github.com/pavlomoroz/SymfonyEav

Symfony2 Eav Bundle

  Sources   Download

MIT

The Requires

 

by Pavlo Moroz

page page bundle

11/05 2015

0.0.1

0.0.1.0 https://github.com/pavlomoroz/SymfonyEav

Symfony2 Eav Bundle

  Sources   Download

MIT

The Requires

 

by Pavlo Moroz

page page bundle