webservice/library/Application/Model/JoScoresCutoffMvt.php
2014-03-07 08:13:41 +00:00

6 lines
151 B
PHP

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