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