i get this error: --- You cannot define a correlation name 'i' more than once CODE: 0 FILE: /[...]/Zend_1.5.0PR/Db/Select.php ---
when i do this (this is example code that produces error i get):
---
$select = $tbl->select()->where('deleted=?', 0);
$this->view->items = $current->findManyToManyRowset('Tbl2',
'IntersectionTbl', null, null, $select);
$tmp = $current->findManyToManyRowset('Tbl2', 'IntersectionTbl', null,
null, $select);
---
Aljosa
