Primary key column(s) (id) are not columns in this table ()
I am following the: http://framework.zend.com/manual/en/learning.quickstart.create-model.html . Keep hitting wall after wall of issues. My current one is the following error: An error occurred Application error Exception information: Message: Primary key column(s) (id) are not columns in this table () Stack trace: #0 C:\wamp\www\zendtest\quickstart\library\Zend\Db\Table\Abstract.php(982): Zend_Db_Table_Abstract->_setupPrimaryKey() #1 C:\wamp\www\zendtest\quickstart\library\Zend\Db\Table\Select.php(100): Zend_Db_Table_Abstract->info() #2 C:\wamp\www\zendtest\quickstart\library\Zend\Db\Table