Welcome Guest, Not a member yet? Register   Sign In
How to pass content to the regions?
#1

[eluser]sooner[/eluser]
When i call $this->template->render();..It loads the master template.. But the php variables ($title,$header,$content,$sidebar and $footer) in master template are not getting replaced..

for example to write the sidebar i called
$this->template->write_view('sidebar', 'the location of the sidebar content');

But the $sidebar is not getting replaced..Any suggestions plz..
#2

[eluser]Dennis Rasmussen[/eluser]
Ask the people who made the template library you're using Wink
#3

[eluser]Vheissu[/eluser]
[quote author="beginer" date="1288561866"]When i call $this->template->render();..It loads the master template.. But the php variables ($title,$header,$content,$sidebar and $footer) in master template are not getting replaced..

for example to write the sidebar i called
$this->template->write_view('sidebar', 'the location of the sidebar content');

But the $sidebar is not getting replaced..Any suggestions plz..[/quote]

Perhaps if you told us that you are using Phil Sturgeon's template library you would have already received an answer by now. I am presuming you're using Phil's library and if not, then this might not help.

It depends if you are using a parser or just straight-up CI views; it looks like you're referencing variables wrongly.

I suggest reading the documentation that Phil recently wrote to see how it works: http://philsturgeon.co.uk/demos/codeigni...youts.html




Theme © iAndrew 2016 - Forum software by © MyBB