shi*_*bly 1 php mysql database cakephp model
有帖子和评论表.
对于一篇帖子,有多条评论.
如果我删除一个帖子,那么该帖子的评论会在cakephp中自动删除吗?
Anh*_*ham 6
var $hasMany = array( 'Comment' => array( 'className' => 'Comment', 'foreignKey' => 'post_id', 'dependent'=> true ) ); Run Code Online (Sandbox Code Playgroud)
var $hasMany = array( 'Comment' => array( 'className' => 'Comment', 'foreignKey' => 'post_id', 'dependent'=> true ) );
归档时间:
14 年,4 月 前
查看次数:
2255 次
最近记录: