PHP - CI View 中呼叫Model

PHP - CI View 中呼叫Model

    $CI =&get_instance();
    $CI->load->model('ModelTest');
    $data = $CI->ModelTest->getData();