![]() |
Use helper in validation - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Use helper in validation (/showthread.php?tid=83426) |
Use helper in validation - pippuccio76 - 09-26-2022 Can i use helper on validation class ? RE: Use helper in validation - pippuccio76 - 09-26-2022 (09-26-2022, 02:19 AM)pippuccio76 Wrote: Can i use helper on validation class ? Same as controller , load helper in construct... RE: Use helper in validation - InsiteFX - 09-27-2022 Yes you can also create methods for helpers in app/Common.php |