Use match () or switch () statements to conditionally scope database queries based on query strings in the request
- ·
- Telegram
- ·
- Newsletter
Remembered this great tip recently, and it's nice to see how fast PHP evolves
The exact same behavior can be implemented using match () with a default value, which also removes the need for the second callback ⚡️ https://twitter.com/reinink/status/1233017064492761088