![]() |
Форум больше не используется. Присоединяйтесь к каналу #community-ru в Slack for TYPO3 community |
|
|
#6 |
|
Senior Member
|
Что-то вроде:
Код:
temp.tt_news_content = CONTENT
temp.tt_news_content {
table = tt_news
select {
pidInList = 42,43
}
}
lib.newsholder = COA
lib.newsholder {
if.isFalse.numRows < temp.tt_news_content
...
}
|
|
|
|