SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the redirect URL to controller:
Class Ctrlr1 extends CI_Controller{ public void my_fct1(){ redirect('Ctrlr2 /my_fct2', 'refresh'); } } Class Ctrlr2 extends CI_Controller{ public void my_fct2(){ $this->load->view('view1'); } }