webservice/application/models/Sdv1ClientsTarifs.php
Michael RICOIS e3faf6cf8f Merge 2.4
2013-11-05 10:02:24 +00:00

6 lines
155 B
PHP

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