Example #1
0
 /**
  * @return DBConn
  */
 public static function connect($string = null)
 {
     return DBConn::create($string);
 }