Welcome Guest, Not a member yet? Register   Sign In
Loading views within a view file
#21

[eluser]jdavidson[/eluser]
[quote author="adamp1" date="1271160570"][quote author="jdavidson" date="1271127323"]Not sure if this is helpful but another possibility is to use a simple include within the view such as:

Code:
<?php include('system/application/views/header.php'); ?>
[..body code here...]
<?php include('system/application/views/footer.php'); ?>

As long as you pass all variables needed to the original view, there is no need to "load" additional views since as far as codeigniter is concerned you have only loaded a single view.[/quote]

I wouldn't use this method in an MVC framework since there is no need with $this->load->view. Another thing is the paths have to be absolute/relative which mean if you did change the folder structure you have to go update all include statements.[/quote]

You have a good point with the folder structure argument. That definitely makes it much more beneficial to load all views from the Controller. Thanks for the input.


Messages In This Thread
Loading views within a view file - by El Forum - 08-15-2008, 03:22 PM
Loading views within a view file - by El Forum - 08-15-2008, 04:13 PM
Loading views within a view file - by El Forum - 08-15-2008, 05:01 PM
Loading views within a view file - by El Forum - 08-15-2008, 06:23 PM
Loading views within a view file - by El Forum - 08-15-2008, 06:44 PM
Loading views within a view file - by El Forum - 08-19-2008, 12:30 PM
Loading views within a view file - by El Forum - 12-23-2008, 05:07 PM
Loading views within a view file - by El Forum - 12-23-2008, 09:01 PM
Loading views within a view file - by El Forum - 08-21-2009, 09:07 AM
Loading views within a view file - by El Forum - 08-21-2009, 10:00 AM
Loading views within a view file - by El Forum - 02-01-2010, 05:11 PM
Loading views within a view file - by El Forum - 02-01-2010, 07:27 PM
Loading views within a view file - by El Forum - 04-12-2010, 03:55 PM
Loading views within a view file - by El Forum - 04-13-2010, 12:36 AM
Loading views within a view file - by El Forum - 04-13-2010, 01:09 AM
Loading views within a view file - by El Forum - 04-13-2010, 01:12 AM
Loading views within a view file - by El Forum - 04-13-2010, 01:30 AM
Loading views within a view file - by El Forum - 04-13-2010, 01:40 AM
Loading views within a view file - by El Forum - 04-13-2010, 01:47 AM
Loading views within a view file - by El Forum - 04-13-2010, 06:42 AM
Loading views within a view file - by El Forum - 04-13-2010, 07:37 AM
Loading views within a view file - by El Forum - 04-15-2010, 03:21 AM
Loading views within a view file - by El Forum - 01-18-2012, 10:55 PM
Loading views within a view file - by El Forum - 02-08-2012, 07:55 AM
Loading views within a view file - by El Forum - 04-06-2012, 05:05 PM
Loading views within a view file - by El Forum - 04-07-2012, 08:26 PM
Loading views within a view file - by El Forum - 05-02-2012, 07:32 AM
Loading views within a view file - by El Forum - 05-20-2012, 11:31 AM
Loading views within a view file - by El Forum - 07-01-2012, 06:30 AM
Loading views within a view file - by El Forum - 07-01-2012, 07:51 AM
Loading views within a view file - by El Forum - 07-19-2012, 04:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB