webservice/application/models/JoScoresCutoff.php

6 lines
144 B
PHP
Raw Normal View History

2013-01-15 10:47:12 +00:00
<?php
class Application_Model_JoScoresCutoff extends Zend_Db_Table_Abstract
{
protected $_name = 'scores_cutoff';
2013-02-21 17:03:56 +00:00
protected $_schema = 'jo';
2013-01-15 10:47:12 +00:00
}