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