batch/library/Application/Model/Sdv1GreffeCommandesBi.php
2014-08-04 14:45:48 +00:00

6 lines
164 B
PHP

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