webservice/application/models/Sdv1Prestations.php
Michael RICOIS 5a72bd68cb 2.4 rev 1821
2013-11-05 11:18:30 +00:00

6 lines
156 B
PHP

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