Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Call to undefined function: base_url()
#6

[eluser]krwl[/eluser]
[quote author="floweringmind88" date="1211924419"]By the way none of my variables are appearing in my view. Is there another file I need to autoload so I can access my variables in the view?[/quote]

did you pass the variables when loading view?

Code:
$vars['one'] = "blabla";
$this->load->view('filename', $vars);

and in the view
Code:
<?= $one ?>


Messages In This Thread
Fatal error: Call to undefined function: base_url() - by El Forum - 05-27-2008, 10:23 AM
Fatal error: Call to undefined function: base_url() - by El Forum - 05-27-2008, 10:28 AM
Fatal error: Call to undefined function: base_url() - by El Forum - 05-27-2008, 10:31 AM
Fatal error: Call to undefined function: base_url() - by El Forum - 05-27-2008, 10:40 AM
Fatal error: Call to undefined function: base_url() - by El Forum - 05-28-2008, 03:50 AM
Fatal error: Call to undefined function: base_url() - by El Forum - 05-28-2008, 06:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB