Hi
I like your library and very appreciate the work you've done.
I have similar question regarding JOINS.
Is it possible to get relationships with relation_type field specified. E.g. I want to get all comments which belong to the blog record.
Maybe something like this:
$row->bean_comment()->via('bean_id')->where('bean_type','Blog');
where bean_comment table has next fields:
* bean_id
* bean_type
* comment_id
Thanks