1 to 3 of 3
Also, calling load() seems quite inefficient. Can I load B automatically when A loads from model As $belongs_to definition?
yes, you can.
$A->find('all',array('include'=>'B'));