How can you run a mysqli query with CodeIgniter?

前端 未结 3 2001
故里飘歌
故里飘歌 2021-01-22 12:11

Does anyone have a clue how to run a mysqli query with CI. I did change the db driver in the config file, but I\'m still unable to use multiple queries like

$sql         


        
3条回答
  •  梦谈多话
    2021-01-22 13:02

    At this moment, even if CI supports mysqli, multiple queries are not supported as far as I know.

提交回复
热议问题