Discuz getposttable函数 获取论坛帖子表名
/**
* 获取论坛帖子表名
* @param <int> $tableid: 分表ID,默认为:fourm_post表
* @param <boolean> $prefix: 是否默认带有表前缀
* @return forum_post or forum_post_*
*/
function getposttable($tableid = 0, $prefix = false) {
return table_forum_post::getposttable($tableid, $prefix);
}
页:
[1]