get('id').' ) )'; $this->_db->setQuery( $query ); if (!$this->_db->execute()) { throw new Exception($this->_db->getError()); return false; } return true; } } ?>