batch/library/Application/Model/Sdv1FluxFileOut.php

6 lines
152 B
PHP
Raw Permalink Normal View History

2013-08-28 17:07:16 +02:00
<?php
class Application_Model_Sdv1FluxFileOut extends Zend_Db_Table_Abstract
{
2014-09-08 10:39:29 +02:00
protected $_name = 'flux_fileout';
protected $_schema = 'sdv1';
2013-08-28 17:07:16 +02:00
}