'index_page', 'where' => whereRecordNumberInUrl(1), 'limit' => '1', )); $index_pageRecord = @$index_pageRecords[0]; // get first record // show error message if no matching record is found if (!$index_pageRecord) { print "Record not found!"; exit; } ?>