I need to do the process of loading a view inside my controller which can be done using something like:
$main['menu'] = $this->load->view('myView', NULL, TRUE);
but when executing I receive an error saying Undefined property: MainController::$load
How can this be fixed, or if you can give me another way to do the work