![]() |
CI3 update/delete multiple files - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: CI3 update/delete multiple files (/showthread.php?tid=79936) |
CI3 update/delete multiple files - Pandesalsal - 08-19-2021 Hi guys I need some help using codeigniter. Is there a way to update and delete multiple specific datas in db? In my DB I have save the path of my folders. And if I rename/delete a folder, it should update other datas also. RE: CI3 update/delete multiple files - php_rocs - 08-19-2021 @Pandesalsal , This is absolutely possible but more than likely you will be creating the code that can do it. RE: CI3 update/delete multiple files - Pandesalsal - 08-19-2021 (08-19-2021, 06:14 AM)php_rocs Wrote: @Pandesalsal , I did it for the deleting. Now my problem is for renaming. any tips ? |