Welcome Guest, Not a member yet? Register   Sign In
Is that possible to load a view which is not in views folder
#4

[eluser]xwero[/eluser]
You can make a view directory in the system directory and do something like
Code:
$this->load->_view_path = BASEPATH.'views/';
$this->load->view('general_view');
$this->load->_view_path = APPPATH.'views/'; // reset class variable for other views
You could extend the loader class with a method to cut down the code in your controller.


Messages In This Thread
Is that possible to load a view which is not in views folder - by El Forum - 10-05-2008, 11:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB