Search

You can find the results of your search below.

Fulltext results:

Let's Talk - Building a Modular PHP Framework part 3
7 Hits, Last modified:
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