Queryf - ratajs/Simon-MySQL GitHub Wiki
This method escapes parameters and executes query.
Syntax:
$object->queryf(string $prepare, array $array)
- Object
- - Object of extension.
- Prepare
- - Query with wildcard characters
%0
,%1
,%2
…
- Array
- - Array with variables, which are going to escape and insert into query instead of wildcard characters.