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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T03:05:32+00:00 2026-05-20T03:05:32+00:00

So far, I don’t think this is possible as I’ve been on it for

  • 0

So far, I don’t think this is possible as I’ve been on it for 3.5 hours now. No luck.

I have a form.

I have a select field (with select options of course) which I want to display associated data next to the select items.

For example:

On my Add Plan form, I have a select box titled Plan Details. Plan Detail (model) has a Plan Detail Note (model) (PlanDetailNote belongs to PlanDetail) which is associated. In other words, each Plan Detail has a Note about it in the plan_detail_notes table.

I want to know if it is humanly possible with cakephp to display it like so:

Select Plan Detail:
[Plan Detail Option 1] – [Plan Detail Note]
[Plan Detail Option 2] – [Plan Detail Note]
[Plan Detail Option 3] – [Plan Detail Note]
[Plan Detail Option 4] – [Plan Detail Note]

As you can see the, the note is appended to the normal select option BUT is just static for viewing only – does not need to be saved.

Is this possible with CakePHP?

  • 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-20T03:05:32+00:00Added an answer on May 20, 2026 at 3:05 am

    just another thought, if what you actually want is

    <select>
      <option value="1">[Plan Detail Option 1] - [Plan Detail Note]</option>  
      <option value="2">[Plan Detail Option 2] - [Plan Detail Note]</option>
      ...
      <option value="N">[Plan Detail Option N] - [Plan Detail Note]</option>
    </select>
    

    Then you could manually create the list using the getAll query (assuming the relationships are properly created)

    [ in the controller ]

    $plans_list = array();
    $plans = $this->Plan->findAll();
    foreach($plans as $row) {
        $plans_list["{$row['Plan']['id']}"] = "{$row['Plan']['name']} - {$row['PlanDetail']['note']}";
      }
    $this->set('plans_list', $plans_list);
    

    [ and then in the view ]

    <?php echo $form->select('Plan.id', $plans_list); ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

As far as I can tell, this is isn't possible, so I'm really just
I have so far been a dedicated Wordpress user, but have been researching other
Hey guys as far as i don't have real android phone I wanted to
I don't have much experience with Hudson, and have so far only used it
I have the following code so far: /* * This method adds only the
I don't have much experience with javascript so I' not sure if/how this can
So far I have encountered adjacency list, nested sets and nested intervals as models
As far as i know it is not possible to do the following in
I need to heat up an android phone (don't ask...) So far I tried
I don't do flash myself: in this company, flash is generally used just for

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.