示例#1
0
 function __construct()
 {
     $dbsingleton = monSQL::getInstance();
     $this->_db = $dbsingleton->getConnection();
 }