![]() |
Return Data From Form 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: Return Data From Form Validation (/showthread.php?tid=88983) |
Return Data From Form Validation - motoroller - 12-17-2023 Hello everybody, i have o lot routines task, like check id element in Database in form validation i can use is_unique or is_not_unique depeneds on my tasks But most of the times after validation i need make one more request to database to get data with same id, that i validate before, totally i have 2 request first for validate, second to get data. Is possible while validate return array with data? With out tricks like sessions |