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

The Archive Base Latest Questions

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

The following question can either be solved by probably changing my use of the

  • 0

The following question can either be solved by probably changing my use of the find method in Cake PHP OR using some PHP function. I would prefer to solve it using Cake but it doesn’t matter too much. I have any array like this:

Array
(
    [0] => Array
        (
            [Model] => Array
                (
                    [id] => 14
                    [foo] => bar
                )

        )

    [1] => Array
        (
            [Model] => Array
                (
                    [id] => 15
                    [foo] => something
                )

        ) .............

I just want to remove the Model index and just use the numeric one. The following function generated this array:

$arr = $this->Model->find('all', array('contain' => false ) );

I probably need to change the 'contain' part of the call. Basically, in addition to the data that appears under each Model index, I also have a second and third model and the contain = false just restricts Cake from getting data from the current model (Model).

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

    If I understand your question correctly, I think CakePHP’s Set::combine function will help http://book.cakephp.org/2.0/en/core-utility-libraries/set.html#Set::combine :

    $result = Set::combine($your_array, '{n}.Model.id', '{n}.Model.data');
    

    This will result in:

     Array
     (
         [14] => Array
             (
                 [foo] => bar
             )
         [15] => Array
             (
                 [foo] => something
             )
     )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can not really find a satisfying answer to the following question: What would
I can use either concatenation operator (+) or concat() method for string concatenation String
This is a question following my previous problem, you can find it right there
I'm currently developing and I came up to the following question: How can/should I
I have the following question about JPA: Can I save the order of the
I have following question on adobe omniture How we can register an iPhone app
I have the following question. How can I print an output file line by
Can anyone help me in the following question please? Define a macro which has
Following a question posted here about how I can increase the speed on one
Question 1 Can anyone tell me if there is any difference between following 2

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.