5 lines
107 B
PHP
5 lines
107 B
PHP
<?php
|
|
class Application_Model_RefExport extends Zend_Db_Table_Abstract
|
|
{
|
|
protected $_name = 'refexport';
|
|
} |