关联模型中的关联表问题
'AddonDownload' => array(
'mapping_type' => HAS_ONE,
'foreign_key' => 'aid',
'relation_table'=> "smk_addon_download",
'as_fields' => 'content,pcontent,template,allow_comment,relation'
),这是一个关联属性 relation_table 中的表示数据库的全部名称 smk_是表前缀
怎么使用在config.php 中定义的表前缀啊 要是修改了表前缀这些关联属性都出错了