君山 发表于 2020-11-24 11:12:16

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]
查看完整版本: Discuz getposttable函数 获取论坛帖子表名