Welcome Guest, Not a member yet? Register   Sign In
What is wrong with this code? Why the language doesn't load?
#8

[eluser]ReyPM[/eluser]
Well I found the error just need to inherit from Controller constructor:
Code:
public function __construct() {
      parent::__construct();
      $this->load->helper('flexigrid');
}


Messages In This Thread
What is wrong with this code? Why the language doesn't load? - by El Forum - 04-04-2011, 09:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB