Welcome Guest, Not a member yet? Register   Sign In
Can Views be forced to be sent?
#3

[eluser]TWP Marketing[/eluser]
[quote author="micha8l" date="1344589985"]
...
I mean besides doing return $this->load->view('my_view');
...
[/quote]

Don't use return
Just using
Code:
$this->load->view('my_view');
is sufficient.
By default CI will render the view to the browser.


Messages In This Thread
Can Views be forced to be sent? - by El Forum - 08-10-2012, 02:13 AM
Can Views be forced to be sent? - by El Forum - 08-10-2012, 03:48 AM
Can Views be forced to be sent? - by El Forum - 08-10-2012, 10:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB