![]() |
async ci4 - 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: async ci4 (/showthread.php?tid=87025) |
async ci4 - devo - 03-06-2023 How to Build Async in Codeigniter 4 I want to delete my data every 3 months without charging the server like deleting the data in the background RE: async ci4 - InsiteFX - 03-06-2023 CodeIgniter 4 and php donot have Async Java and JavaScript does. RE: async ci4 - devo - 03-07-2023 (03-06-2023, 11:59 PM)InsiteFX Wrote: CodeIgniter 4 and php donot have Async Java and JavaScript does. how about spatie/async can this libary to use RE: async ci4 - InsiteFX - 03-07-2023 You should be able to use that, but I'am not sure if it will intergate with CodeIgniter 4. Install it using Composer and it should work. |