示例#1
0
 /**
  * 得到分表后的表名
  * @param  string $key    
  * @return string
  */
 protected function _tableName($key)
 {
     return Slice::table($this->_sliceTable)->name($this->_table)->key($key)->execute();
 }