Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
<?php $all = R::getAll ("SELECT * FROM product JOIN images ON product.img_id = images.id_img"); $pay = R::findAll('images', 'id_img = ?', [$all->img_id]);
select foo from bar limit 10 offset 0
select foo from bar limit 10 offset 10