Example #1
0
 public function findmajor($id)
 {
     $major = Major::getinstance();
     return $major::findOne(['mj_id' => $id]);
 }