Welcome Guest, Not a member yet? Register   Sign In
Unable to get the links working
#11

[eluser]CroNiX[/eluser]
Where did you put it? Since it's a core class (originally located in /system/core), the extended class needs to go in the /application/core dir
/application/core/MY_URI.php

Code:
class MY_URI extends CI_URI {

}

case sensitive. You don't need to load it or anything. CI loads this class automatically.
#12

[eluser]mayooran[/eluser]
Awesome. My bad, I had the MY_URI.php in the ~/system/core, I moved it to ~/application/core and it works!! Smile

Thank you Smile




Theme © iAndrew 2016 - Forum software by © MyBB