batch/1.2/application/models/Sdv1FluxFileOut.php
2013-08-28 15:07:16 +00:00

6 lines
146 B
PHP

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