ThinkPHP 如何 多表关联

浏览:5619 发布日期:2013/12/05 分类:求助交流 关键字: thinkphp mysql 多表关联

这是一个投票系统的数据库
比如我想删除一个用户 user
就要把 message 中 此user发的数据删掉 message.user_id = user.id
还有把 votelist 中 的message的选项删掉 votelist.pid = message.id
还要把 voterecord 中user的投票记录删掉和 user.id = voterecord.user_id
选项删掉 votelist.id = voterecord.votelist_id
!!!
有点复杂了额
求指教
最佳答案
评论( 相关
后面还有条评论,点击查看>>