Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.05 KB

common_extensions.rst

File metadata and controls

19 lines (15 loc) · 1.05 KB

Doctrine Extensions: Timestampable: Sluggable, Translatable, etc.

Doctrine2 is very flexible, and the community has already created a series of useful Doctrine extensions to help you with tasks common entity-related tasks.

One bundle in particular - the DoctrineExtensionsBundle - provides integration with an extensions library that offers Sluggable, Translatable, Timestampable, Loggable, and Tree behaviors.

See the bundle for more details.