CakePHP4 - Get the First Record in Records Returned CakePHP, CakePHP4 Get the first record in records returned $articles = $this->Articles->find()->all(); $this->set(compact('articles ')); // View $featuredArticle= $articles->first(); Share this Post Author mike knebel Software Developer - Websites, Mobile Apps. Owner of Logistics Logic, 307WEB and 405Software @mknebel MikeKnebel