Welcome Guest, Not a member yet? Register   Sign In
How to insert multiple rows from array using CodeIgniter framework?
#4

(This post was last modified: 11-23-2022, 01:08 AM by superior.)

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
Reply


Messages In This Thread
RE: How to insert multiple rows from array using CodeIgniter framework? - by superior - 11-23-2022, 01:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB