在pre_forum_post (as p )中,每个帖子都有一个p.attachment字段,这个字段记录了,帖子中有多少张图片,如果为0,则程序不会替换帖子内容(p.message)中的[attach]标签,

 

在pre_forum_attachment (as a)中,a.tid对应p.tid

a.pid对应p.pid,

且p.pid 跟a.pid是一对多的关系

 

 

 

 

相关文章:

  • 2022-12-23
  • 2021-10-03
  • 2021-04-23
  • 2021-08-29
  • 2022-12-23
  • 2021-05-24
  • 2021-10-07
猜你喜欢
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2021-04-20
相关资源
相似解决方案