File tree 3 files changed +11
-33
lines changed
3 files changed +11
-33
lines changed Original file line number Diff line number Diff line change 460
460
/testing/doctrine /testing/database
461
461
/doctrine/lifecycle_callbacks /doctrine/events
462
462
/doctrine/event_listeners_subscribers /doctrine/events
463
+ /doctrine/common_extensions /doctrine
463
464
/best_practices/index /best_practices
464
465
/best_practices/introduction /best_practices
465
466
/best_practices/creating-the-project /best_practices
Original file line number Diff line number Diff line change @@ -804,14 +804,21 @@ Database Testing
804
804
805
805
Read the article about :doc: `testing code that interacts with the database </testing/database >`.
806
806
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
+
807
815
Learn more
808
816
----------
809
817
810
818
.. toctree ::
811
819
:maxdepth: 1
812
820
813
821
doctrine/associations
814
- doctrine/common_extensions
815
822
doctrine/events
816
823
doctrine/registration_form
817
824
doctrine/custom_dql_functions
@@ -839,3 +846,5 @@ Learn more
839
846
.. _`Doctrine screencast series` : https://symfonycasts.com/screencast/symfony-doctrine
840
847
.. _`API Platform` : https://api-platform.com/docs/core/validation/
841
848
.. _`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