<?php class FooterContent extends Zend_Db_Table { protected $_name = 'footer_content'; protected $_primary = 'ID'; } ?>