Top "Stofdoctrineextensions" questions

Gedmo\Loggable logs data that doesn't have changed

I'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 stofdoctrineextensions
Installing Doctrine extensions in a Symfony 2 project causes Fatal Error

Here 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