[TYPO3-dev] Update database when saving plugin flexform configuration in BE?
Steffen Kamper
info at sk-typo3.de
Wed Sep 9 23:08:07 CEST 2009
Hi,
JoH asenau schrieb:
>
> Wasn't it you, who complained about programmers who just follow their
> paradigms instead of taking care of the client's needs?
> One of the major needs is performance and this doesn't allow unnecessary
> stuff.
>
> BTW: What about introducing exec_SELECTgetSingleRow() ?
>
first: there is an API for a reason: you should use it. There are so
much things you may forget like translations, versions etc. so you are
safe using the API.
And there is no significant difference between a one-time-loop and a
single call.
When we talk about performance we should concentrate on the real
performance issues which definitive exists like determineId in FE
vg Steffen
More information about the TYPO3-dev
mailing list