webservice/application/models/JoScoresCutoffMvt.php
2013-07-29 08:28:38 +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';
}