[TYPO3-mvc] Problems with lazyloadingProxy
Pascal Geldmacher
pgeldmacher at best-mediaforge.com
Wed Mar 24 14:52:02 CET 2010
Hey,
I've a Model Order with two other models
/**
*
* @var Tx_MfShop_Domain_Model_Customer
* @lazy
*/
protected $customer;
/**
* @var Tx_MfShop_Domain_Model_Product
* @lazy
*/
protected $product;
in my controller i load all orders. Now i want to read the product
information.
for example:
$order->getProduct()->getName().
Then i get the error: " Could not determine the type of the contained
objects. "
But before I've updated my extbase that works fine.
What i've to do that it will works ?
Thanks for help.
Greetings
Pascal
More information about the TYPO3-project-typo3v4mvc
mailing list