由会话重定向看到的对象销毁问题
摘要:
今天和同事又讨论到DB类中析构函数是否要关闭数据库连接的问题,粗略看起来貌似在DB对象销毁之前关闭数据库连接再正常不过:[php]class DB { public $conn; public function __construct() { $this->conn = mysql_connect('localhost', 'root', ''); mysql_select_db('test', $this->conn); } public function query($sql) { return mysql_que 阅读全文
posted @ 2013-12-02 16:03 真爱大夫 阅读(208) 评论(0) 推荐(0)
浙公网安备 33010602011771号