class Albums extends Zend_Db_Table_Abstract{ protected $_name = 'SAGA.ALBUM'; protected $_primary = 'ID'; protected $_sequence = false; }