[TYPO3-mvc] $query->setOrderings and no results

Franz Koch typo3.RemoveForMessage at elements-net.de
Fri Jan 21 14:10:07 CET 2011


Hey,

>> Second, it should work just fine with customer.name. What relation
>> type have you configured for the customer property in your products
>> object?
>
> In Project it says
>
>          /**
>           * @var Tx_UtekReferenzen_Domain_Model_Customer
>           */
>          protected $customer;

how does the according TCA look like?

>> Could you debug the resulting query in Tx_Extbase_Persistence_Storage_Typo3DbBackend?
>
> I try :-) Not really familiar with XDebug and PHP Eclipse though.

You don't have to use XDebug or alike - I didn't mean that kind of 
debugging. Simply add a debug() or var_dump or whatever you like to the 
Typo3DBBackend to see the created query in order to analyze it.

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list