AttributeBundle icon indicating copy to clipboard operation
AttributeBundle copied to clipboard

:package: An EAV implementation for Symfony [DEPRECATED]

Results 7 AttributeBundle issues
Sort by recently updated
recently updated
newest added

@Padam87 , I have no time to contribute this properly, but you should probably cherry-pick this : https://github.com/DigitalBackstage/AttributeBundle/commit/b0270af022eb73040a07b74b16df3c4396a10740 (And maybe do the same for `AttributeType` ?

according the installation steps, i got this error message after clear the cache. ps: i didn't add the jms_di_extra configuration in config.yml ``` InvalidConfigurationException in ArrayNode.php line 317: Unrecognized option...

bug

i tried to implement this into my bundles but i got problems with adding getter and setter methods to access the stored Attribute objects (or namely their values) (now with...

Could be done with [this trick](http://symfony.com/doc/current/cookbook/bundles/prepend_extension.html) (maybe there is a simpler solution ? ). The goal would be to get rid of the import in the `config.yml`.

enhancement
3.0

The mapping is not recognized when you do not use annotations in your project. This can be done like this : https://github.com/KnpLabs/DoctrineBehaviors/commit/3f7792cbf49221f28bc20bbb05da34fa8d226821

enhancement
3.0