Hi,
Working with S 2.0.* since ~ 1 year, and I have a question about entities.
I'm asking if it's possible to have an entity that is generated dynamically ? (ORM\Entity)
The aim goal for me is to update dynamically an User entity (with FOSUserBundle) from an admin where we can add/remove some properties (ie. the type bool, int, varchar, the getters and setters, the name, etc, of those properties)
And if it's possible, wich is the best way to do it.
Many thanks,
