Top "Doctrine-extensions" questions

The extensions are adding functionalities to the facilities provided by Doctrine, a DB abstraction layer and Object Relational Mapper for PHP.

Gedmo Doctrine Extensions - Sluggable + Translatable Yaml Configuration

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-extensions
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