load 方法会提前加载集合中所有模型的指定关系:
load
$users->load('comments', 'posts'); $users->load('comments.author');
关闭