@ -9,8 +9,8 @@ class index extends publicBase {
public function home() {
$id = $this->get('id');
$mCase = new mCase();
$m_case = new mCase();
$data = $mCase->getCaseInfo($id);
$data = $m_case->getCaseInfo($id);
$this->view['data'] = $data;