Welcome Guest, Not a member yet? Register   Sign In
Template Library Passing Data
#1

[eluser]JayArias[/eluser]
Why isn't working?

Code:
$data['user'] = $this->member->info();
$this->template->write('content',"Hello world", $data);
#2

[eluser]InsiteFX[/eluser]
If you read the template library user guide you would know why it does not work!

Enjoy
InsiteFX
#3

[eluser]JayArias[/eluser]
I know I can't use it like that. But how would I pass the data then Sad
#4

[eluser]Colin Williams[/eluser]
Look at the write_view() method




Theme © iAndrew 2016 - Forum software by © MyBB