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

  • SEARCH
  • Home
  • 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 6843887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:18:26+00:00 2026-05-27T00:18:26+00:00

I am coding a blog in CakePHP in order to get myself started with

  • 0

I am coding a blog in CakePHP in order to get myself started with the framework. The thing is, I’ve got my website’s layout, in which I want to display the latest posts (as long as its not the index page) and a tag cloud in all cases. The thing is, I can’t just go having every controller pass a variable to my layout so that it can render it, so I need some better way to query the Posts model for my posts and my Tags model for the tag cloud, which would be the best way to go about it? (so as to avoid mixing too much of the logic with the view).

The relevant part of my view’s code is as follows:

<?php
if ($this->params['controller'] != 'posts' || $this->params['action'] != 'index') {
?>
    <section class="box">
        <header>
            <h3>Latest posts</h3>
        </header>
    </section>
<?php
// display an unordered list with all the latest posts
} 
?>
    <section class="box">
        <header>
            <h3>Tag cloud</h3>
        </header>
<!-- display another unordered list with the tags-->
    </section>

I am using, by the way, CakePHP 2.0.3

  • 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-27T00:18:27+00:00Added an answer on May 27, 2026 at 12:18 am

    You could use element along with RequestAction: like

    //in your element you can do like:
    $latestPosts = $this->requestAction('controllername/functionname');
    

    Check documentation for more information

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I followed this tutorial : http://blog.mugunthkumar.com/coding/iphone-tutorial-how-to-send-in-app-sms/ and I got the alert 'Text messaging is
I want to use geo coding services in my site which are the APIs
I was reading this article on Coding Horror: http://www.codinghorror.com/blog/2008/04/setting-up-subversion-on-windows.html I went to the downloads
I'm working on a blog and want to show my posts in eastern time
I have a Wordpress blog set up to display comments as Anonymous User by
I created a blog (for coding practice). I use a Rich Text Editor (ckeditor)
I'm in the process of coding my very first blog. With the help of
I know good general programming blogs (like coding horror ;) ). But I want
I'm basically trying to teach myself how to code and I want to follow
I was reading some posts on Coding Horror blog about working with the horrors

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.