How to delete records from multiple table in codeigniter using foreign key?

I have to delete a particular record from four tables each of those table has a same foreign key named as stu_id?

This topic can help you

https://stackoverflow.com/questions/44235980/codeigniter-delete-data-from-multiple-table

Thanks it not worked . I finally used transaction it worked

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.