MySQL Zend Framework - SQLSTATE[42000]: Syntax error or access violation: 1064
问题 I've read every response I could fine on SO before posting this question. Although similar, none addressed my particular problem (or I didn't recognize them doing so). I have a table class that extends Zend_Db_Table_Abstract. In the model, I'm trying to return a single row using a join() method and based on the table ID like this: $getCategoryResults = $this->select(); $getCategoryResults->setIntegrityCheck(false) ->from(array('c'=> 'categories', '*')) ->join(array('e' => 'events'),'c.events