Код: Выделить всё
$conditions[] = $this->getConnection()
->quoteInto('cat_index.category_id IN (?)', "{$filters[category_id]},{$Catids}");
Подробнее здесь: https://stackoverflow.com/questions/186 ... do-queries
Код: Выделить всё
$conditions[] = $this->getConnection()
->quoteInto('cat_index.category_id IN (?)', "{$filters[category_id]},{$Catids}");