php - gedmo_translatable vs gedmo_translator - StofDoctrineExtensionsBundle - Symfony2 -


what differences between these 2 extensions in stofdoctrineextensionsbundle.

gedmo_translatable gedmo_translator

tips doctrine behavioral extensions, doctrineextensions , stofdoctrineextensionsbundle documentations,

translatable gives handy solution translating records diferent languages. put way, it's behavioral extension operate of commonly used behaviors, leaving domain objects clean possible. annotations makes easy understand intended behavior of properties on entities.

translator - explicit way handle translations, example, here's the class used handle entity/property translation.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -