Welcome Guest, Not a member yet? Register   Sign In
Including files in Views
#2

[eluser]Craig A Rodway[/eluser]
Instead of include(), the preferred method is to use:

Code:
<?php $this->load->view('constants/header'); ?>

Even in your views Smile


Messages In This Thread
Including files in Views - by El Forum - 01-25-2008, 05:39 AM
Including files in Views - by El Forum - 01-25-2008, 05:43 AM
Including files in Views - by El Forum - 01-25-2008, 05:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB