Fetch unpaginated list of all matching results from the table, using paramaterised WHERE clause $where and ordered by the $order param.
$where (STRING)
$params_array (ARRAY)
$order (STRING)
BOOL
$obj_list->getAll('WHERE `node_id` = :node_id', array(':node_id' => 1) , `document_title`);