Welcome Guest, Not a member yet? Register   Sign In
Using a same view page in different controller.
#4

Thanks for the respond, I already figure out the my issue.

The problem is that I configure some variable during initialization and forgot to put parent::__construct();

function __construct() {
//Solution
parent::__construct();
$this->load->helper('url');
$this->_init();
}
There are those who tell lies with meaning behind them and those meaning less lies!
Reply


Messages In This Thread
RE: Using a same view page in different controller. - by arisroyo - 03-11-2017, 04:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB