Welcome Guest, Not a member yet? Register   Sign In
$this->load->view from relative path.
#2

[eluser]xwero[/eluser]
the start of the view path is set in the load->_ci_view_path variable so you can do
Code:
$this->load->_ci_view_path = './views/';
You could use a relative path but i wouldn't recommend it because the relative path is related to the url so if the url changes later on you have to change the _ci_view_path too.


Messages In This Thread
$this->load->view from relative path. - by El Forum - 09-29-2008, 05:44 AM
$this->load->view from relative path. - by El Forum - 09-29-2008, 06:11 AM
$this->load->view from relative path. - by El Forum - 09-29-2008, 07:23 AM
$this->load->view from relative path. - by El Forum - 09-29-2008, 07:32 AM
$this->load->view from relative path. - by El Forum - 09-30-2008, 06:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB