V
Size: a a a
ПА
ДЩ
AG
AG
AG
AG
ZZ
ZZ
title
FROM book' );AG
$shop = R::load( 'shop', $id );там же написано, что связи это bean-объект, т.е. получить свойство можно типо
$first = reset( $shop->ownProductList ); //gets first product
$last = end( $shop->ownProductList ); //gets last product
foreach( $shop->ownProductList as $product ) {...} //iterate
foreach( $shop->ownProductList as $product ) {
$product->name;
}
AG