2008-5
11

class Model{
private $_db;

function __construct($db){
$this->_db = $db;
}

function __destruct(){
$this->_db->close();
}
}

: http://blog.dayuer.com/archives/2008/05/11/318.html

I want to say something ...

Login , Register