Welcome Guest, Not a member yet? Register   Sign In
loading a view & anchor links
#1

[eluser]woopsicle[/eluser]
Just a quick question.. not a big deal but thought I would ask anyway..

Is it possible to use $this->load->view() in some way to link directly to a anchor link on a page?

e.g.

Code:
$this->load->view('search#results', $this->data);

I realize I could probably use 'redirect ('search', 'location')' for this, but I need to pass data back to the view so this isn't an option (and using sessions for the data is not appropriate).
#2

[eluser]xwero[/eluser]
no because the load->view method loads a file, it doesn't direct you to an url.




Theme © iAndrew 2016 - Forum software by © MyBB