Method: getList($where , $params_array , $order , [$page_from])

Fetch page $page_from list of results from the table, using paramaterised WHERE clause $where and $params_array.

Arguments:

$where (STRING)
$params_array (ARRAY)
$order (STRING)
$page_from (INT) optional - defaults to one

Returns:

BOOL

Example:

$obj_list->getList('WHERE `node_id` = :node_id', array(':node_id' => 1) , `document_title` , 1);

Contact Us

Address: 22a Fishergate York, YO10 4AB · Tel: 01904 636677 · Email: info@dotadmin.com