示例#1
0
文件: Table.php 项目: robeendey/ce
 /**
  * Set the table name prefix
  * 
  * @param string $prefix
  */
 public static function setTablePrefix($prefix)
 {
     self::$_tablePrefix = $prefix;
 }