예제 #1
0
파일: DBTool.php 프로젝트: alonexy/lea
 public static function getCoon()
 {
     static $conn = NULL;
     if ($conn == NULL) {
         $conn = new DBConnect();
     }
     return $conn->getCoon();
 }