Prezent / doctrine-translatable

Translatable behaviour extension for Doctrine2
MIT License
26 stars 17 forks source link

What is it good for? #25

Closed prolic closed 9 years ago

prolic commented 9 years ago

There is already this one: https://github.com/Atlantic18/DoctrineExtensions/tree/master/lib/Gedmo/Translatable

sandermarechal commented 9 years ago

That translatable library is very buggy and not well maintained anymore. You are better off using this library or https://github.com/KnpLabs/DoctrineBehaviors

prolic commented 9 years ago

Thx for your response.