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

}
?>