function getReceiptData($receipt_id){
student.student_parent_email rmail,student.address as raddress,admin.name as aname,fee_particular_name as pname,
fee_particular_discount as discount
我用CodeIgniter建立了一个社交社区网站,现在已经获得了相当多的流量,托管公司已经开始抱怨并说数据库接收到空连接以及没有关闭的连接。我已经添加了额外的代码,以便在代码到达末尾时强制关闭连接,但显然这不起作用。在我的核心MY_Controller的底部有以下内容
public function __destruct() {