多对多表插入时候为什么会清空表里的记录?

浏览:348 发布日期:2014/02/16 分类:求助交流
<?php
    Class BlogModel extends RelationModel{
        Protected $_link = array(
            'attr' => array(
                'mapping_type' => MANY_TO_MANY,
                'foreign_key' => 'bid',
                'relation_foreign_key' => 'aid',
                'relation_table' => 'hd_blog_attr',    
            )
        );
    }
?>
后盾网视频教程 个人博客实例第36集里说的问题。说是BUG,是不是。怎么解决?
最佳答案
评论( 相关
后面还有条评论,点击查看>>