[Typo3-dev] getMultilangRecord()
Stefan Beylen
intsys at swissinfo.org
Tue Aug 9 20:44:19 CEST 2005
Stefan Beylen wrote:
> Is there some function that is clever enough to select the appropriate
> language record from my multilang extension? I mean something like
> function getRecord($table,$uid,$fields='*',$where='')
> but checking L and taking the right record...
everything can be achieved with a combination of getRecord, getRecordRaw
and $GLOBALS['TSFE']->sys_page->sys_language_uid
sorry for bothering
More information about the TYPO3-dev
mailing list