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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:53:10+00:00 2026-05-30T23:53:10+00:00

Is there a way in CakePHP 1.3 to define a model association without having

  • 0

Is there a way in CakePHP 1.3 to define a model association without having a model for the associated table? For example:

<?php

    class SomeModel extends AppModel 
    {
        var $useTable = 'some_table';

        var $belongsTo = array(
            'AnotherModel' => array(
                // association data here
            )
        );
    }
?>

Where AnotherModel doesn’t actually have a model file. I just want to define the table that model would use and the association details. Is this possible?

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

    Quick answer is: It should be fine. Have you tried it? Worse case scenario is it won’t work without the file, so just add the model file. It takes all of two seconds:

    <?php
    class AnotherModel extends AppModel {
        var $name = 'AnotherModel';
    }
    ?>
    

    Done!

    UPDATE

    If you follow cake convention on the naming of tables, you should be able to reference the table using the appropriate name without the model file. For example:

    • my_models = MyModel
    • your_models = YourModel
    • model_tables = TableModel

    However, if you have a table that does not follow convention, you must create a model file that defines $useTable to indicate which table it relates to:

    • some_table = model file: SomeTable where $useTable = 'some_table';
    • another_model = model file: CustomModel where $userTable = 'anotherModel';

    There is no other way around it. CakePHP is not magic. It needs to know what table is being referenced. Unless you are doing joins. Then in the join you can reference the table.

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

Sidebar

Related Questions

Is there a way to check CakePHP's model relationships? One model is saving twice
Is there any way to route urls in cake without having the ID in
Is there a way to modify CakePHP's default layout without needing to make my
Is there a way to stop cakephp ajax submit to stop the submission in
I use Notepad++ and Aptana for editing my CakePHP code? Is there any way
Is there an easy way in cakephp to get an array of tables schema
Is there a way to do a find() in CakePHP that converts to an
Is there any way to embed a wiki inside a PHP application? My specific
is there a way to do modules in cakephp like zend framework modules ?
Is there a way to configure CakePHP models to automatically set timestamps, such as

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.