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
Codeigniter should automatically close the database connection but you can implicitly call it with $this->db->close();
$this->db->close();
See http://codeigniter.com/user_guide/database/connecting.html