File tree Expand file tree Collapse file tree 3 files changed +11
-33
lines changed Expand file tree Collapse file tree 3 files changed +11
-33
lines changed Original file line number Diff line number Diff line change 460460/testing/doctrine /testing/database
461461/doctrine/lifecycle_callbacks /doctrine/events
462462/doctrine/event_listeners_subscribers /doctrine/events
463+ /doctrine/common_extensions /doctrine
463464/best_practices/index /best_practices
464465/best_practices/introduction /best_practices
465466/best_practices/creating-the-project /best_practices
Original file line number Diff line number Diff line change @@ -804,14 +804,21 @@ Database Testing
804804
805805Read the article about :doc: `testing code that interacts with the database </testing/database >`.
806806
807+ Doctrine Extensions (Timestampable, Translatable, etc.)
808+ -------------------------------------------------------
809+
810+ Doctrine community has created some extensions to implement common needs such as
811+ *"set the value of the createdAt property automatically when creating an entity" *.
812+ Read more about the `available Doctrine extensions `_ and use the
813+ `StofDoctrineExtensionsBundle `_ to integrate them in your application.
814+
807815Learn more
808816----------
809817
810818.. toctree ::
811819 :maxdepth: 1
812820
813821 doctrine/associations
814- doctrine/common_extensions
815822 doctrine/events
816823 doctrine/registration_form
817824 doctrine/custom_dql_functions
@@ -839,3 +846,5 @@ Learn more
839846.. _`Doctrine screencast series` : https://symfonycasts.com/screencast/symfony-doctrine
840847.. _`API Platform` : https://api-platform.com/docs/core/validation/
841848.. _`PDO` : https://php.net/pdo
849+ .. _`available Doctrine extensions` : https://github.com/Atlantic18/DoctrineExtensions
850+ .. _`StofDoctrineExtensionsBundle` : https://github.com/antishov/StofDoctrineExtensionsBundle
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments