Welcome Guest, Not a member yet? Register   Sign In
Views happening too early
#1

[eluser]Unknown[/eluser]
Within a view file the inc/footer view will frequently (but not always) occur before the <h1> tag. Example view below:

Code:
&lt;?php $this->load->view('inc/header'); ?&gt;
<h1>Hi</h1>
&lt;?php $this->load->view('inc/footer'); ?&gt;

Occurring in both 2.1.2 and 2.1.3.


Messages In This Thread
Views happening too early - by El Forum - 10-19-2012, 09:24 AM
Views happening too early - by El Forum - 10-19-2012, 01:37 PM
Views happening too early - by El Forum - 10-19-2012, 01:49 PM
Views happening too early - by El Forum - 10-21-2012, 08:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB