• HOME
  • POSTS
  • CONTACT
  • LINKS
  • LANGUAGES
    • English
    • Turkish

DOCTRINE

The Doctrine Project is the home to several PHP libraries primarily focused on database storage and object mapping. The core projects are a Object Relational Mapper (ORM) and the Database Abstraction Layer (DBAL) it is built upon.

  • 1. 13/02/2020 Useful and interesting things to know
  • 2. 12/03/2019 The ideal ways of using a repository classes in Symfony
  • 3. 11/08/2018 Using Doctrine DataFixtures to test Symfony repositories with PHPUnit
  • 4. 11/08/2018 Using Doctrine DataFixtures and testing dynamic responses with PHPUnit in Symfony applications
  • 5. 11/08/2018 Rolling back Doctrine DataFixture changes with PHPUnit tests in Symfony applications
  • 6. 30/03/2018 Testing Doctrine ORM Query class with PHPUnit
  • 7. 24/02/2018 Using doctrine entity inheritance mapping in symfony
  • 8. 11/02/2018 Using composition over inheritance for doctrine repository in symfony
  • 9. 08/12/2017 Handling database migrations with DoctrineMigrationsBundle in symfony
  • 10. 14/05/2017 Writing doctrine query builder without relations between entities
  • 11. 23/02/2017 Programmatically storing doctrine queries in a file log with symfony
  • 12. 18/02/2017 Many to many bidirectional example with Doctrine in Symfony
  • 13. 18/02/2017 One to many bidirectional composition example with Doctrine in Symfony
  • 14. 18/02/2017 Bidirectional one-to-many cascade remove and orphanRemoval operations in doctrine
  • 15. 18/02/2017 Bidirectional one-to-one cascade remove and orphanRemoval operations in doctrine
  • 16. 18/02/2017 Understanding the cascade persist operations in doctrine
  • 17. 18/02/2017 Bidirectional many-to-many cascade remove and orphanRemoval operations in doctrine
  • 18. 18/02/2017 One to one bidirectional composition example with Doctrine in Symfony
  • 19. 04/12/2016 Loading doctrine data fixtures before each behat scenarios within feature context file of symfony
  • 20. 29/11/2016 Storing symfony log messages in database with custom monolog handler
  • 21. 28/10/2016 Increasing performance by using Doctrine Reference Proxies in symfony applications
  • 22. 18/12/2015 Using doctrine memcached caching with QueryBuilder in symfony
  • 23. 18/12/2015 Manually caching resources with memcached in symfony - version 1
  • 24. 18/12/2015 Manually caching resources with memcached in symfony - version 2
  • 25. 22/11/2015 Using a subquery within HAVING clause in doctrine QueryBuilder
  • 26. 17/11/2015 Simple doctrine mongodb example for EmbedMany in symfony
  • 27. 17/11/2015 Simple doctrine mongodb example for EmbedOne in symfony
  • 28. 17/11/2015 Simple doctrine mongodb CRUD example in symfony
  • 29. 17/11/2015 Using multiple mongodb document manager and connections in symfony
  • 30. 17/11/2015 Simple doctrine mongodb CRUD example for bi-directional one to many referencing in symfony
  • 31. 14/11/2015 Manually caching resources with APC in symfony
  • 32. 07/11/2015 Using doctrine APC caching with QueryBuilder in symfony
  • 33. 31/10/2015 Using limit and offset in doctrine query builder for manual pagination
  • 34. 23/10/2015 Storing doctrine queries in a file log with symfony
  • 35. 24/07/2015 Enforcing record id in data fixtures when AUTO strategy is set in entity
  • 36. 10/07/2015 Using multiple MySQL entity managers for multiple bundles and databases
  • 37. 10/07/2015 Using multiple SQLite entity managers for multiple bundles and databases in test environment
  • 38. 07/07/2015 Taking logs with Notify ChangeTracking Policy when a property value of an entity is changed
  • 39. 07/06/2015 Where not in example with doctrine
  • 40. 06/06/2015 Handling batch data processing with doctrine iterate() function
  • 41. 06/06/2015 Many-to-many association example in symfony
  • 42. 30/05/2015 Some doctrine best practises and lazy load
  • 43. 28/05/2015 Fixing the EntityManager is closed error in symfony
  • 44. 23/05/2015 Doctrine createQueryBuilder and createQuery examples
  • 45. 22/05/2015 How to define unique fields and UniqueConstraint in doctrine
  • 46. 21/05/2015 One to many association cascade example with doctrine annotations
  • 47. 17/05/2015 How to avoid dangerous doctrine lazy association loading in symfony
  • 48. 15/05/2015 Creating doctrine data fixtures in symfony
  • 49. 13/05/2015 Handling created and updated timestamps with doctrine
  • 50. 13/05/2015 Printing raw query of QueryBuilder of doctrine in symfony
  • 51. 07/11/2014 Useful symfony commands
  • 52. 27/10/2014 Logging field changes with a trigger like event listener for auditing purposes
  • 53. 19/10/2014 PreRemove and postRemove event listener on an entity
  • 54. 19/10/2014 PreUpdate event listener on an entity
  • 55. 19/10/2014 Listening on an entity with an entity listener
  • 56. 19/10/2014 OnFlush event listener on an entity
  • 57. 07/10/2014 PrePersist and postPersist event listener on an entity
  • 58. 07/10/2014 PrePersist and postPersist event subscriber on an entity
  • 59. 07/10/2014 Catching ORM, DBAL and PDO exceptions in symfony
  • 60. 11/09/2014 Accessing service container in entities with symfony
  • 61. 03/08/2014 How to create and use custom built doctrine DQL function in symfony
  • 62. 26/05/2014 Full webform style CRUD example with an embedded associated entity in symfony
  • 63. 26/05/2014 Defining form validation constraints in formtypes in symfony
  • 64. 26/05/2014 Defining form validation annotations in models in symfony
  • 65. 26/05/2014 Creating a combined formtype by embedding individual formtypes for one-to-many association in symfony
  • 66. 26/05/2014 Full webform style CRUD example with a single entity in symfony


© 2014 ‐ 2023 inanzzz.com | Privacy Policy