webservice/library/Application/Model/Sdv1Prestations.php
2014-03-07 08:13:41 +00:00

6 lines
156 B
PHP

<?php
class Application_Model_Sdv1Prestations extends Zend_Db_Table_Abstract
{
protected $_name = 'prestations';
protected $_schema = 'sdv1';
}