AFAIK, You can't, because Codeigniter have to run other script after you load a view, such as CI need to call display() method from Output class to render your view. In your case(if i'm not misunderstanding), I suggest you to just load your view at the end of your controller.