04-11-2011, 09:07 AM
[eluser]InsiteFX[/eluser]
The should go into application/libraries
If it does not work then something else is wrong check the CodeIgniter User Guide change log to see what has been changed.
If the Class you are extending is in system/core then your Class goes into application/core
If the Class you are extending is in system/libraries then your Class goes into application/libraries
InsiteFX
The should go into application/libraries
If it does not work then something else is wrong check the CodeIgniter User Guide change log to see what has been changed.
If the Class you are extending is in system/core then your Class goes into application/core
If the Class you are extending is in system/libraries then your Class goes into application/libraries
InsiteFX