
Untitled
By:
lazycommit on
Jun 13th, 2012 | syntax:
PHP | size: 0.19 KB | hits: 23 | expires: Never
if ($arrayWithCount) {
$select->from(array(), DB::SQL_CALC_FOUND_ROWS());
return array('data' => self::db()->fetchAll($select), 'count' => self::Rows_Found());
}