/var/www/hkosl.com/ifapc/html_20210817/IFAPC2021/application/models/Group_judge_model.php


1
2
3
4
5
6
7
8
9
10
11
<?php
defined
('BASEPATH') or exit('No direct script access allowed');

class 
Group_judge_model extends BaseModel
{
    public function 
__construct()
    {
        
$this->table strtolower(substr(__CLASS__0, -strlen('_model')));
        
parent::$sort_field false;
    }
}