Welcome Guest, Not a member yet? Register   Sign In
Williams Concepts Template + load->vars help
#3

[eluser]Ephyzy[/eluser]
Hi Met. I just found Williams Concepts Template 15 minutes ago, and I think it's awesome. Your code below
Code:
$this->load->vars($data);      
$this->template->write_view('content', 'home/index');
should rather read

Code:
$this->template->write_view('content', 'home/index', $data);

and everything will be fine.

Cheers!


Messages In This Thread
Williams Concepts Template + load->vars help - by El Forum - 10-11-2010, 03:11 PM
Williams Concepts Template + load->vars help - by El Forum - 10-11-2010, 04:27 PM
Williams Concepts Template + load->vars help - by El Forum - 10-12-2010, 02:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB