which gives me everything but the count. Then I thought doing
Code:
foreach ($this->table as $x) {
$count = $x->count();
}
would work, but it gives me the total numbe of results, not the individual count for each row. Someone got a better idea for the DMZ equivalent of the SQL I posted above?