Hi,

It is not possible to use names like 'Zend_1.5.0PR' as the library folder where Zend is in.

That's because ZF is using hard-coded require statements to 'Zend' folders.

Regards,

Pieter Kokx

Aljosa Mohorovic schreef:
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



Reply via email to