예제 #1
0
파일: Mysql.php 프로젝트: guadin/pylon
 public static function getInstance()
 {
     if (!self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }