odea/application/models/RefExport.php
2011-12-29 16:45:13 +00:00

5 lines
107 B
PHP

<?php
class Application_Model_RefExport extends Zend_Db_Table_Abstract
{
protected $_name = 'refexport';
}