Welcome Guest, Not a member yet? Register   Sign In
help redirecting
#1

[eluser]Xtrex[/eluser]
Hi, how can I do to redirect to other controller in a controller? this is my controller

Code:
if ($this->noticiar->noticias_url($uri,1)) {
               $this->load->view('noticias');
            } else {
               // Go to /noticias/example
            }
#2

[eluser]Yash[/eluser]
[url="http://ellislab.com/codeigniter/user-guide/helpers/url_helper.html"]user guide[/url]

Code:
redirect('/controllerfunction/', 'refresh');




Theme © iAndrew 2016 - Forum software by © MyBB