I have EnginePosts(Zend_Db_Table) and i try to create a Zend_Db_Select with join option like this : $this->table = new EnginePosts(); $select = $this->table->select()->setIntegrityCheck(false); $select->joinLeft("engine_term_relation","term_rel_id_obj = engine_post.post_id"); and i've got this error : Uncaught exception 'Zend_Db_Table_Row_Exception' with message 'Specified column "post_date" is not in the row' in C:\AppServ\www\zendku\library\Zend\Db\Table\Row\Abstract.php:182.......
View this message in context: Problem with Zend_Db_Select
Sent from the Zend DB mailing list archive at Nabble.com.
2008年8月15日星期五
订阅:
博文评论 (Atom)
没有评论:
发表评论