Current File : /home/karenpetzb/application/models/PromoGift.php
<?php
class PromoGift extends Zend_Db_Table
{
    protected $_name = 'promo_gift';
    protected $_primary = 'ID';

}
?>