Use match () or switch () statements to conditionally scope database queries based on query strings in the request

Use match () or switch () statements to conditionally scope database queries based on query strings in the request

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

We're writing a book, you can get it for free here.