QJUtils
class QJUtils (View source)
A set of utility functions used by the queued jobs module
Methods
public
string
dbQuote(array $filter = array(), string $join = " AND ")
Quote up a filter of the form
Details
string
dbQuote(array $filter = array(), string $join = " AND ")
Quote up a filter of the form
array ("ParentID =" => 1)
protected string
recursiveQuote(mixed $val)
No description
string
ajaxResponse(string $message, string $status)
No description