poeraw
Results
1
comments of
poeraw
a little hack by adding all methods from MY_Loader to MY_Output worked in my case, but you must use $this->output instead of $this->load.. eg: change your code from $this->load->js() to...