How to insert multiple rows from array using CodeIgniter framework? |
I don't recommend using mysql_* functions, this has been deprecated since PHP 5.5 and removed in PHP 7.0.
The insertBatch() is maintained and available on multiple drivers supported by CodeIgniter4. See: https://github.com/codeigniter4/CodeIgni....php#L1737 |
Messages In This Thread |
How to insert multiple rows from array using CodeIgniter framework? - by JiwanFilembar - 10-10-2022, 03:45 AM
RE: How to insert multiple rows from array using CodeIgniter framework? - by superior - 10-10-2022, 11:48 PM
RE: How to insert multiple rows from array using CodeIgniter framework? - by Sprint - 11-22-2022, 04:35 AM
RE: How to insert multiple rows from array using CodeIgniter framework? - by superior - 11-23-2022, 01:05 AM
RE: How to insert multiple rows from array using CodeIgniter framework? - by jackbob - 11-24-2023, 07:16 AM
|