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 461
461
/testing/doctrine /testing/database
462
462
/doctrine/lifecycle_callbacks /doctrine/events
463
463
/doctrine/event_listeners_subscribers /doctrine/events
464
+ /doctrine/common_extensions /doctrine
464
465
/best_practices/index /best_practices
465
466
/best_practices/introduction /best_practices
466
467
/best_practices/creating-the-project /best_practices
Original file line number Diff line number Diff line change @@ -800,14 +800,21 @@ Database Testing
800
800
801
801
Read the article about :doc: `testing code that interacts with the database </testing/database >`.
802
802
803
+ Doctrine Extensions (Timestampable, Translatable, etc.)
804
+ -------------------------------------------------------
805
+
806
+ Doctrine community has created some extensions to implement common needs such as
807
+ *"set the value of the createdAt property automatically when creating an entity" *.
808
+ Read more about the `available Doctrine extensions `_ and use the
809
+ `StofDoctrineExtensionsBundle `_ to integrate them in your application.
810
+
803
811
Learn more
804
812
----------
805
813
806
814
.. toctree ::
807
815
:maxdepth: 1
808
816
809
817
doctrine/associations
810
- doctrine/common_extensions
811
818
doctrine/events
812
819
doctrine/registration_form
813
820
doctrine/custom_dql_functions
@@ -835,3 +842,5 @@ Learn more
835
842
.. _`Doctrine screencast series` : https://symfonycasts.com/screencast/symfony-doctrine
836
843
.. _`API Platform` : https://api-platform.com/docs/core/validation/
837
844
.. _`PDO` : https://php.net/pdo
845
+ .. _`available Doctrine extensions` : https://github.com/Atlantic18/DoctrineExtensions
846
+ .. _`StofDoctrineExtensionsBundle` : https://github.com/antishov/StofDoctrineExtensionsBundle
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments