2009年2月28日星期六

Re: [fw-db] Column ambiguously defined

Just an idea, but what about writing the query your own?
I don't know about Oracle, but I did somewhere in my code with mysql:

$db = Zend_Registry::get('db'); // getting my db connection
$results = $db->query('SELECT * FROM bla bla INNER JOIN bla bla WHERE
...')->fetchAll();

-----
visit my website at http://www.phpscriptor.com/ http://www.phpscriptor.com/
--
View this message in context: http://www.nabble.com/Column-ambiguously-defined-tp22248675p22260915.html
Sent from the Zend DB mailing list archive at Nabble.com.

没有评论: