Hi,
Can the doc have an example of how to use placeholders or variables in the prepared statements? Should I just use standard PDO placeholders and bindings?
Slim-PDO only provides question mark placeholders (for now). If you feel like using named placeholders, then I suggest using the PDO methods and binding them yourself.
Hi, Can the doc have an example of how to use placeholders or variables in the prepared statements? Should I just use standard PDO placeholders and bindings?