The extensions are adding functionalities to the facilities provided by Doctrine, a DB abstraction layer and Object Relational Mapper for PHP.
I'm trying to translate entities with gedmo doctrine extensions. https://github.com/Atlantic18/DoctrineExtensions I'm using yml as orm mapping …
symfony doctrine-orm doctrine-extensionsI'm using Symfony2.2 with StofDoctrineExtensionsBundle (and so Gedmo DoctrineExtensions). I've a simple entity /** * @ORM\Entity * @Gedmo\Loggable * @ORM\Table(name="…
symfony doctrine-orm symfony-2.2 doctrine-extensions stofdoctrineextensionsHere is the problem : I don't succeed to install doctrine extensions with symphony 2, especially timestampable. I follow this tutorial How …
php symfony doctrine-orm doctrine-extensions stofdoctrineextensions