[TYPO3-irre] One table four times related in the same table as inline element

Oliver Hader oliver at typo3.org
Sun Oct 19 18:23:21 CEST 2008


Hi,

ri_beeli at web.de schrieb:
> hey guys out there,
> 
> the title says almost everything...
> 
> The current situation...
> 
> I have the following tables:
> tx_..._hotel
> tx_..._txtboxes
> 
> Now the tx_..._hotel table contains the following columns (type is inline):
> 
> hotel_tab_hoteldetails
> hotel_tab_bedrooms     
> hotel_tab_prices       
> hotel_tab_destination 
> 
> All these columns contains the following config (tca.php):

This is a missing feature. The child records only have the information
to the parent record, e.g. table "tx_..._hotel" with uid 123. But there
is no information in which field the child records were related.

Currently you can only work around by using TCEmain hook for storing
data and TCEforms hooks for reloading and delivering children to the
accordant field.

olly
-- 
Oliver Hader
TYPO3 4.3 Release Manager


More information about the TYPO3-project-irre mailing list