Fulltext results:
- Parlons-en - Construire un Framework PHP Modulaire, partie 3
- or; use Exception; class Query { /** * List of valid SQL operators * * @var array ... LIKE', 'IS NULL', 'IS NOT NULL']; /** * List of valid SQL conjunctions * * @var arra... nst conjunctions = ['AND', 'OR']; /** * List of valid SQL directions * * @var array ... nst directions = ['ASC', 'DESC']; /** * List of valid SQL join types * * @var array
