Fetch page $page_from list of results from the table, using paramaterised WHERE clause $where and $params_array.
$where (STRING)
$params_array (ARRAY)
$order (STRING)
$page_from (INT) optional - defaults to one
BOOL
$obj_list->getList('WHERE `node_id` = :node_id', array(':node_id' => 1) , `document_title` , 1);