Hey Guys,
I was looking for a way to use CALC_FOUND_ROWS in mysql, I saw in the
documentation you could get the same thing by doing this:
array('line_items_per_product' => 'COUNT(*)'))
If I wanted to do CALC_FOUND_ROWS instead, how would I do it utilizing the
Zend_DB?
Thanks, Mark
