0)){ return null; } $info = $this->where('level_id', $level_id)->find(); if (is_null($info)) { return null; } else { return $info['name']; } } }