コード例 #1
0
ファイル: dbConn.php プロジェクト: fhoner/smartdoorbell
 /**
  * Setter of the tablePrefix field.
  *
  * @param string $tablePrefix Table prefix
  * @static
  */
 public static function setTablePrefix($prefix)
 {
     dbConn::$tablePrefix = $prefix;
 }