Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<?php $posts= R::findAll('posts'); foreach ($posts as $post) { $post->head; $post->desc; }; ?>
R::findAll('posts', ' ORDER BY id DESC LIMIT 10');
select * from posts where 1 order by id desc limit 10