CodeIgniter Forums
Trying to extend the input class - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Trying to extend the input class (/showthread.php?tid=56617)

Pages: 1 2


Trying to extend the input class - El Forum - 01-07-2013

[eluser]douglasbrownca01[/eluser]
Thanks for the solution on the date -- MY_Input.php file is in the applications/library/ -- it needs to move?


Trying to extend the input class - El Forum - 01-07-2013

[eluser]CroNiX[/eluser]
Well, yes, it's a core class...
http://ellislab.com/codeigniter/user-guide/general/core_classes.html

anything found in
Code:
/system/core
that gets extended needs to go in
Code:
/application/core


anything found in
Code:
/system/libraries
that gets extended needs to go in
Code:
/application/libraries



Trying to extend the input class - El Forum - 01-07-2013

[eluser]douglasbrownca01[/eluser]
Thank you! It's now communicating with the controller and I'm getting the insert into the db. Thanks for the help!


Trying to extend the input class - El Forum - 01-07-2013

[eluser]Rowan Wilson[/eluser]
Don't forget to turn your logging off :-)