Question:What is the correct line of loading a view ?
A $this->load->view(‘view_name’) B $this->view(‘view_name’) C $this->load(‘view_name’)
+ AnswerA
+ Report