Adam Prager
Adam Prager
Hi, Have you registered the bundle in your kernel? Could you do a `php app/console debug:container padam87` to see which services are registered?
Well, if the `new Padam87\AddressBundle\Padam87AddressBundle(),` line is in your kernel it should work... yet there are no services present. This is unusual... try cleaning the cache maybe?
You shouldn't even be able to install it on SF3. Not compatible yet.
This is due to a change in the twig bundle. This bundle should be updated, but I cannot handle it alone, because my current projects don't use this. As a...
Hi Hans, > `the problem now as that i don't want to store the definition objects into the ORM (because they are static) I really do not understand this. If...
I'm sorry, but what you are trying to do defeats the purpose of this bundle. As soon as you create a getter / setter for an attribute, you make your...
EAV is not, and never ever will be better than ... well, anything. EAV is the worst. If you have any other choice, go with that. EAV is inefficent, hard...
I'd highly recommend reading this article: https://mikesmithers.wordpress.com/2013/12/22/the-anti-pattern-eavil-database-design/ TL;DR: Don't use it unless you need it.
@func0der Hi, With all do respect to @yohang, who did an amazing job on this library, I think this can be considered EOL, or at least end of support. `symfony/workflow`...