Welcome Guest, Not a member yet? Register   Sign In
Fetching content from file into variable?
#1

[eluser]solid9[/eluser]
Hi guys

I'm trying to fetch the content of a file in view folder
and insert it into variable.

Because my header, footer etc... is in external view file.

Example:
Code:
function login()
{
   $this->$data['header'] = '/views/header.php';
  
   $this->load->view('front_page', $this->data);
}

Please help me correct the code above.

Thanks in advanced.


Messages In This Thread
Fetching content from file into variable? - by El Forum - 01-22-2012, 08:44 PM
Fetching content from file into variable? - by El Forum - 01-22-2012, 09:11 PM
Fetching content from file into variable? - by El Forum - 01-22-2012, 09:13 PM
Fetching content from file into variable? - by El Forum - 01-22-2012, 09:19 PM
Fetching content from file into variable? - by El Forum - 01-22-2012, 09:19 PM
Fetching content from file into variable? - by El Forum - 01-22-2012, 09:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB