webservice/application/models/JoScoresCutoff.php
Michael RICOIS e3faf6cf8f Merge 2.4
2013-11-05 10:02:24 +00:00

6 lines
144 B
PHP

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