Welcome Guest, Not a member yet? Register   Sign In
Problem with Organizing Views in Folders
#3

[eluser]CARP[/eluser]
[quote author="n0xie" date="1257399141"]
Code:
<?php
$this->load->view('inc_header');
?>
[/quote]

worked great!, but got another problem
In the file views/inc_header.php I had the following:

Code:
$dir_views = $this->config->item('dir_views');

and I can't use or reference to $dir_views in the file: views/parameters/city.php (I get an error). I've fixed this temporarily by copying the above line of code to each view...

Smile


Messages In This Thread
Problem with Organizing Views in Folders - by El Forum - 11-04-2009, 05:28 PM
Problem with Organizing Views in Folders - by El Forum - 11-04-2009, 05:32 PM
Problem with Organizing Views in Folders - by El Forum - 11-04-2009, 05:47 PM
Problem with Organizing Views in Folders - by El Forum - 11-04-2009, 06:25 PM
Problem with Organizing Views in Folders - by El Forum - 11-05-2009, 11:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB