[Typo3-dev] Help with extension (TCA?)
Joshua Preston
jpreston at americatab.com
Mon Mar 21 17:04:10 CET 2005
Rainer,
That's not good, I was trying to stay DBAL compliant... I guess I'll
have to come up with some other way of sorting the results... I'm using
my own "inList" style function...
If I were to abandon the commalist idea and use true M-M relations,
would it be possible to filter via the database?
Thanks!
Joshua
Rainer Kuhn wrote:
> Hi Joshua,
>
> if you prefer using the comma seperated lists and there's no DBAL
> compliant way of filtering via the database (thx for your hint Alex,
> you're right :), IMHO you have to get the whole comma seperated list
> string and filter/process it via your PHP code. As Alex pointed out
> there are helper functions in t3lib_div - did you try
> t3lib_div::inList()?
>
> Rainer
More information about the TYPO3-dev
mailing list