摘要: 在pre_forum_post (as p )中,每个帖子都有一个p.attachment字段,这个字段记录了,帖子中有多少张图片,如果为0,则程序不会替换帖子内容(p.message)中的[attach]标签,在pre_forum_attachment (as a)中,a.tid对应p.tida.pid对应p.pid,且p.pid 跟a.pid是一对多的关系 阅读全文
posted @ 2010-07-28 19:22 flex_fly 阅读(926) 评论(0) 推荐(0) 编辑