View Single Post
  #2 (permalink)  
Old 07-04-2008, 05:09 AM
akizdetz akizdetz is offline
Junior Member
 
Join Date: Feb 2008
Posts: 6
Default

If it helps, I am getting usually this error when trying to access _setup() from Zend_Db_Table:

protected function _setup()
{
$this->_name = 'log';
$this->_primary = 'id';

parent::_setup(); // HERE!!!
}

Anyone?
Reply With Quote