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 6834203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:04:57+00:00 2026-05-26T23:04:57+00:00

I have hasMany Through table which is Chats table with Chat model and I’m

  • 0

I have hasMany Through table which is Chats table with Chat model and I’m using loadModel in User controller to load Chat model then ran below query to bindModel with Chat.user_id and User.id :

$this->loadModel('Chat');

$this->Chat->bindModel(array(
  'belongsTo' => array(
    'User' => array(
      'foreignKey' => false,
      'conditions' => array('Chat.user_id = User.id')
    )
  )
));

$lastChat = $this->Chat->find('all', array(
  'conditions' => array(
    'Chat.receiver_id' => $user_id['User']['id']
  ),
  'order' => array('Chat.id DESC'),
  'fields' => array(
    'Chat.id',
    'Chat.chat',
    'Chat.user_id',
    'Chat.receiver_id',
    'Chat.read',    
    'Chat.created'
  ),
  'group' => array('Chat.user_id')
));

I want to join those tables together but this does not seem to work in Cake way I tried with normal SQL query and it works fine.

What could be wrong here?

  • 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-26T23:04:57+00:00Added an answer on May 26, 2026 at 11:04 pm

    Have you tried setting the recursive property before the find? Eg:

    $this->Chat->recursive = 3;
    

    You may need to set this after $this->Chat->bindModel, but I am not sure if this will make a difference or not. You will also need to re-bind the User model before each find, if, for example, your find queries are run within a loop …

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

Sidebar

Related Questions

I have a Model which I am using to track permissions in a hierarchical
I currently have a model for an assignment table in Rails 3, which looks
I have a model which holds social networks. ie (twitter, facebook, ...). I then
I have the models User and Group, and the join table Membership which uses
I have Product model and it has many categories with a has_many :through association
I have an Organization model that has_many users through affiliations. And, in the form
I have a many-to-many relationship like this: A user has_many organizations through affiliations and
We are using Nhibernate as our data access layer. We have a table of
I have an outings table, which basically holds some information about an 'outing'. These
I have two models, associated with a HABTM (actually using has_many :through on both

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.