What is the proper way of loading a view and model in a MVC PHP application? Should I do it like Codeigniter where I just call $this->load->model or $this->load->view in a super Loader and load it from there? Or is that bad practice?
$this->load->model
$this->load->view