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

protected
string
recursiveQuote(mixed $val)

No description

public
string
ajaxResponse(string $message, string $status)

No description

Details

string dbQuote(array $filter = array(), string $join = " AND ")

Quote up a filter of the form

array ("ParentID =" => 1)

Parameters

array $filter
string $join

Return Value

string

protected string recursiveQuote(mixed $val)

No description

Parameters

mixed $val

Return Value

string

string ajaxResponse(string $message, string $status)

No description

Parameters

string $message
string $status

Return Value

string