Вот на чем я застрял:
Код: Выделить всё
$categories = array(10,12);
$query = select()->from('books');
$query->join('genre_map','genre_map.gid IN ('.implode(",", $categories).')');
Подробнее здесь: https://stackoverflow.com/questions/168 ... ery-builde
Мобильная версия