排除DataMapper(CodeIgniter)中相关的那些?

时间:2012-09-01 09:49:41

标签: codeigniter codeigniter-datamapper

这会获得所有相关项目:

$item->get_by_related($user);

但是,如何只获得那些不相关的?

我想这可以通过使用where来完成,但是多对多关系怎么办?

1 个答案:

答案 0 :(得分:2)

通过小谷歌搜索找到了这个。真的很奇怪它在故障排除下,因为它更像是一个功能而不是错误。

http://datamapper.wanwizard.eu/pages/troubleshooting.html#Relationships.NotRelated