Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steevanb/doctrine-repository-hint-bug
Why you should NEVER use doctrine default EntityRepository
https://github.com/steevanb/doctrine-repository-hint-bug
Last synced: 9 days ago
JSON representation
Why you should NEVER use doctrine default EntityRepository
- Host: GitHub
- URL: https://github.com/steevanb/doctrine-repository-hint-bug
- Owner: steevanb
- Created: 2020-10-21T15:59:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T09:38:44.000Z (about 4 years ago)
- Last Synced: 2024-10-27T12:24:12.232Z (about 2 months ago)
- Language: PHP
- Size: 34.2 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
doctrine-repository-hint
==The goal of this code is to show why you should NEVER use default `EntityRepository` given by Doctrine.
This methods of EntityRepository don't take care of default HINT :
* find()
* findAll()
* findBy()
* findOneBy()Installation
==You need `Docker` and `docker-compose` that's all.
Clone the repository then just call `bin/start` (`-v` if you want more logs).
Everything is started ;)
See the examples
==Go to http://localhost:8097/, everything is explained.