예제 #1
0
function ssConMysql()
{
    return SS_ConnentMysql::getPdo();
}
예제 #2
0
 public static function getInstance()
 {
     if (self::$instance == null) {
         self::$instance = new self();
     }
     return self::$instance;
 }