Welcome Guest, Not a member yet? Register   Sign In
Trying to extend the input class
#11

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

[eluser]CroNiX[/eluser]
Well, yes, it's a core class...
http://ellislab.com/codeigniter/user-gui...asses.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
#13

[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!
#14

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




Theme © iAndrew 2016 - Forum software by © MyBB