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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T04:06:31+00:00 2026-05-24T04:06:31+00:00

In short, I need a way to change: Array ( [CrmOrder] => Array (

  • 0

In short, I need a way to change:

Array
(
    [CrmOrder] => Array
        (
            [crm_schedule_id] => 59
        )

)

…into this (using PHP)….

Array
(
    [CrmOrder] => Array
        (
            [0] => Array
                (
                    [crm_schedule_id] => 59
                )
        )
)

The reason I need to do this is because I want to use the CakePHP saveAll() function with an array that I’m getting from the Wizard Component. Cake’s saveAll needs the data to be one level deeper because CrmOrder belongsTo CrmPerson which hasMany CrmOrder.

As this isn’t necessarily a Cake specific question, I’m also adding the ‘php’ tag to this question.

  • 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-24T04:06:31+00:00Added an answer on May 24, 2026 at 4:06 am

    You should be able to leverage the FormHelper to produce the intended output like so:

    echo $this->Form->input('CrmOrder.0.crm_schedule_id');
    

    (Note the 0 in dot-notation. See second code block on this page in the manual.)

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

Sidebar

Related Questions

In short: How can I use Hg to synchronize repositories between two computers using
I need to re-sort a table when the input elements in cells change in
Here is code I have that sorts the words inside an array into ascending
I need to process a binary resource (contents of a binary file). The file
Note: This is a follow up to this question . I have a legacy
I have a rails controller I dont ever want to set a cookie. I
Just started using fadein/fadeout - it's functioning but with problems. I have a set
I want to improve the performance of my application, and found that it spends
Short story: The NSArrayController's selection is being reset whenever setContent is issued. I am
I am trying to change the Foreground colour of a DataGridCell, NOT the entire

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.