CodeIgniter database connections not being closed

前端 未结 6 1407
灰色年华
灰色年华 2021-02-05 04:48

I have built a social community website in CodeIgniter which is now getting a fair bit of traffic, the hosting company have started complaining and saying that the database is r

6条回答
  •  鱼传尺愫
    2021-02-05 05:45

    Codeigniter should automatically close the database connection but you can implicitly call it with $this->db->close();

    See http://codeigniter.com/user_guide/database/connecting.html

提交回复
热议问题