webservice/library/Application/Model/JoScoresCutoff.php

6 lines
144 B
PHP
Raw Normal View History

2013-11-05 11:18:30 +00:00
<?php
class Application_Model_JoScoresCutoff extends Zend_Db_Table_Abstract
{
protected $_name = 'scores_cutoff';
protected $_schema = 'jo';
}