How to correctly update batch according to post.id |
You have ID column in your ci_terms_relationship table. Use that id.
If this does not work for you you can implement your own batch update function. Tutorial is here: https://github.com/bcit-ci/CodeIgniter/w...se-Drivers It would be better if you copy update_batch function from system folder and then change it (don't forgot to rename it) for your needs |
Messages In This Thread |
How to correctly update batch according to post.id - by kirasiris - 06-24-2018, 06:45 AM
RE: How to correctly update batch according to post.id - by neuron - 06-24-2018, 10:59 PM
RE: How to correctly update batch according to post.id - by Pertti - 06-24-2018, 11:00 PM
RE: How to correctly update batch according to post.id - by kirasiris - 06-25-2018, 03:26 AM
RE: How to correctly update batch according to post.id - by Pertti - 06-25-2018, 03:39 AM
RE: How to correctly update batch according to post.id - by neuron - 06-25-2018, 05:07 AM
RE: How to correctly update batch according to post.id - by Pertti - 06-25-2018, 05:16 AM
RE: How to correctly update batch according to post.id - by InsiteFX - 06-25-2018, 03:41 AM
RE: How to correctly update batch according to post.id - by Pertti - 06-25-2018, 04:06 AM
|