示例#1
0
文件: DBTool.php 项目: alonexy/lea
 public static function getCoon()
 {
     static $conn = NULL;
     if ($conn == NULL) {
         $conn = new DBConnect();
     }
     return $conn->getCoon();
 }