Home >Backend Development >PHP Tutorial >discuz帖子编辑后存入数据库

discuz帖子编辑后存入数据库

WBOY
WBOYOriginal
2016-06-23 13:42:211058browse

discuz对帖子进行二次编辑后,如何update数据表??

主要是用到什么程序文件。

看了半天,好像使用editpost($param)进行插入。但是这个表单数据如何获取?


回复讨论(解决方案)

$modpost->editpost($param); 函数在 \source\class\model\model_forum_post.php

获取表单数据可以用,$_GET,参考$param数组里面数据的获取方式

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn