-
Hi there.
My question is: As I am using the Array notation in the where clause, is it then also necessary to bind the params and if so, how would the syntax then look like? See example below. My point is also that the where array notation also might inlclude multiple attributes.
|
Beta Was this translation helpful? Give feedback.
Answered by
bizley
Jun 6, 2023
Replies: 1 comment
-
You don't have to change your syntax from array. Under the hood it's built with PDO parameters. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gb5256
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't have to change your syntax from array. Under the hood it's built with PDO parameters.