Answer the question
In order to leave comments, you need to log in
Is it possible through where in pdoTools to display a value from tv of type multiple list?
//В tv у меня множественный список типа чекбокс
@SELECT pagetitle, id FROM modx_site_content WHERE parent=5
//т.е. pdoTools выглядит примерно так
//на выходе получаю такие штуки
15||17
8
15||16
15||16||29
6
15||16||39
6||8
6||8
SELECT *
FROM `db`.`modx`
WHERE (
CONVERT( `value`
USING utf8 ) LIKE '%15%'
)
LIMIT 0 , 30
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question