$server
$server :
Database connector for MySQL (http://www.mysql.com/)
It should not be used directly! Classes, derived from this, will be called from myMVC_BaseDB and derived to manage data in the database.
quoteSqlStringForLike(string $value, string $prefix = '%', string $suffix = '%') : string
Quotes a string to use in a SQL-Query (with LIKE)
string | $value | The string with the Query |
string | $prefix | (normally %) added BEFORE the string |
string | $suffix | (normally %) added AFTER the string |
A secure SQL-String (quoted)