1 to 2 of 2
Using the finder option 'include' => 'association_name', just like in Rails.
$Post->findFirstBy('title', 'Welcome', array('include'=>'comments'));
will populate $Post->comments