webservice/application/models/Sdv1GreffeCommandes.php

6 lines
159 B
PHP
Raw Normal View History

2013-11-05 11:18:30 +00:00
<?php
class Application_Model_Sdv1GreffeCommandes extends Zend_Db_Table_Abstract
{
protected $_name = 'greffe_commandes';
protected $_schema = 'sdv1';
}