batch/1.2/application/models/JoFluxFileOut.php
2013-07-24 15:38:56 +00:00

6 lines
142 B
PHP

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