Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7662713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:52:15+00:00 2026-05-31T13:52:15+00:00

When visiting a default CakePHP site, it takes you to home.ctp page. Router::connect(‘/’, array(‘controller’

  • 0

When visiting a default CakePHP site, it takes you to “home.ctp” page.

Router::connect('/', array('controller' => 'pages', 'action' => 'display', 'home'));

I want to add a few elements there (like blog posts), so I thought I could just add this to the PagesController() class:

public function home() {
    $this->set('blogposts', $this->Blogpost->find('all'));
}

But that does not work.

So: what is the correct way to add something like this on the home page (or any other page for that matter)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T13:52:17+00:00Added an answer on May 31, 2026 at 1:52 pm

    The preferred option is to create a custom route for the home page but you can also override the PagesController’s display function

    Option 1: (Preferred Method)

    Router::connect('/', array('controller' => 'mycontroller', 'action' => 'myaction'));
    

    Option 2

    Router::connect('/', array('controller' => 'pages', 'action' => 'home'));
    

    Option 3:

    class PagesController {
        function display()
        {
            // default controller code here
            // your custom code here
        }
    }
    

    The final option is using requestAction in your view, but it isn’t recommended as it has a huge performance drawback

    Option 4: (Not recommended)

    $newsitems = $this->requestAction(array('controller' => 'newsitems', 'action' => 'getlatestnews', 'limit' => 10));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Visiting the page localhost:3000/download_me calls the controller action download_me in controller foo. class foo
I was recently visiting a site and noticed that the page had a section
I have been noticing on my trackers that bots are visiting my site ALOT.
I would like to know the screen resolution of a visitor visiting my page
I have a page called ..hi i get this error when visiting the page.
In Google Reader, you can use a bookmarklet to note a page you're visiting.
I visiting this site and I am eager to apply for the Master’s or
Upon visiting the site that I'm currently working on you would immediately notice the
I have users visiting the site. The user can do a bunch of different
While visiting Dean Edward's site, I saw that the favicon was animated ;). Cute.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.