set_value() in CI3 has issues with input arrays |
i think you do need to load the form helper - or at least it shows doing that in the form validation example in the manual.
https://www.codeigniter.com/userguide3/l...controller personally i would just autoload form helper and url helper in: application/config/autoload then you don't have to worry about it. |
Messages In This Thread |
set_value() in CI3 has issues with input arrays - by zknight - 10-14-2016, 12:01 PM
RE: set_value() in CI3 has issues with input arrays - by cartalot - 10-14-2016, 02:04 PM
RE: set_value() in CI3 has issues with input arrays - by zknight - 10-14-2016, 02:27 PM
RE: set_value() in CI3 has issues with input arrays - by cartalot - 10-16-2016, 10:50 AM
RE: set_value() in CI3 has issues with input arrays - by ronykader - 11-01-2016, 10:39 PM
RE: set_value() in CI3 has issues with input arrays - by InsiteFX - 11-02-2016, 03:20 AM
|