[eluser]sqwk[/eluser]
OverZealous, could you have a look at this? (Full code in previous post) I am having trouble getting the included join field. Does include_join_field work with where_in_related?
Code:
$p = new Place();
$p->include_join_fields();
$p->where_in_related('buyer', 'id', $buyer_ids);
$p->get_iterated();