📜 ⬆️ ⬇️

ORM in PHP to be or not to be?

Good day colleagues.
How do you feel about using ORM in PHP projects?
I love ORM and QueryBuilders very much, but here’s a specific implementation of Doctrine 1’s ORM, I was very disappointed: ambiguous features like lazy field loading, a very large overhead of memory and script time, no flexibility, you cannot save one specific object from the tree and yet some things. All this suggests the rejection of Doctrine, so I would like to learn about the practical experience of the community.
UPD if you voted for the last item, please write in the comments what framework, what pitfalls were there.

')

Source: https://habr.com/ru/post/213179/


All Articles