Added dot notation for chained relationships, example:
$user->with('posts.comments')->find_many(); // => $users->with(array('posts'=>array('with'=>'comments')))->find_many();
Fixed 'pluck' method.
Added dot notation for chained relationships, example:
$user->with('posts.comments')->find_many(); // => $users->with(array('posts'=>array('with'=>'comments')))->find_many();
Fixed 'pluck' method.