Welcome Guest, Not a member yet? Register   Sign In
How can I want pass a string with the view content instead of a file name when loading a view?
#1

[eluser]frankabel[/eluser]
Hi all,

I just want make something like:

Code:
$this->load->view($str_with_view_content, $data, TRUE);

instead of:

Code:
$this->load->view('path_of_view_content', $data, TRUE);

What options I have to archieve this?

Thanks in advanced.
Frank


Messages In This Thread
How can I want pass a string with the view content instead of a file name when loading a view? - by El Forum - 09-24-2012, 05:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB