Now, just to be fussy, you could even simply do a 'where 1', so 

$where = '1';

$object->delete($where);

:-)



Jason Austin wrote:
> 
> $where = '1=1';
> 
> $object->delete($where);
> 
> - Jason
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Delete-all-the-rows-of-a-table-tp19510519p21984720.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to