Welcome Guest, Not a member yet? Register   Sign In
template library sending vars to view
#1

[eluser]neosable[/eluser]
I have this:

Code:
$data['hello'] = 'hello';
$this->template->write_view('content', 'user/register', $data);
$this->template->render();

and in the view:

Code:
<h2> New user sign up &lt;? echo $hello ?&gt;</h2>

but there is no displaying hello in the view, what can be the problem ?


Messages In This Thread
template library sending vars to view - by El Forum - 03-21-2009, 07:06 PM
template library sending vars to view - by El Forum - 03-21-2009, 09:18 PM
template library sending vars to view - by El Forum - 03-22-2009, 10:42 AM
template library sending vars to view - by El Forum - 03-22-2009, 11:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB