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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:56:39+00:00 2026-05-26T03:56:39+00:00

why cake PHP framework not recognize true syntax in this example User has Many

  • 0

why cake PHP framework not recognize true syntax in this example

  1. User has Many Photos

  2. Photos belongs to User

In User Model

var $hasMany = array( 'Photo' => array( 'className' => 'Photo', 'foreignKey' => 'user_id' );

In Photo Model

var $belongsTo = array( 'user' => array( 'className' => 'User', 'foreignKey' => 'user_id', 'conditions' => '', 'fields' => '', 'order' => '' ), 'PhotoAlbum' => array( 'className' => 'PhotoAlbum', 'foreignKey' => 'photo_album_id', 'conditions' => '', 'fields' => '', 'order' => '', ))

in Photo controller , in add action cake generate this code :

$this->Photo->User->find('all');

but true code is :

$this->Photo->user->find('all');

means user property should upper case but cake not recognize and bake false code.

  • 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-26T03:56:39+00:00Added an answer on May 26, 2026 at 3:56 am

    Also – the problem isn’t cake. The problem is you have a var $name = “user”; in your user model.

    Name your model with the cake conventions correctly and this won’t happen. When you don’t follow conventions you run into problems with the framework. The correct solution is to read the manual instead of posting questions with near worthless debug info here @ SO.

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

Sidebar

Related Questions

I am a Cake PHP novice. I want to edit the table Issue. This
Whenever I create a PHP library (not a framework) I tend to reinvent everything
This has been bugging me for awhile now. In a deployed PHP web application
Is PHP an object-oriented language? If not, then what about the framework CakePHP? Is
I am relatively new to Cake PHP framework and was trying few things in
I have go TCPDF setup in my cake php install and am now trying
Background I am developing my blog application in Cake PHP. I aim to provide
How do I get rid of the default CakePHP: the rapid development php framework
I am a PHP and ExtJS user. I am looking into developing an application
I am deciding on a framework to try out for PHP. I have narrowed

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.