Please be more clear with your question - from what you've asked just
$model_data = $result['Model']
would be enough. But I doubt you're asking something so simple
On May 5, 2:36 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> In 1.1x, is there a built in function to turn a cake array
In 1.1x, is there a built in function to turn a cake array into
standard assoc array(s), so that
Array
(
Model => array(field=>val, field=>val)
)
becomes
$model_data =
Array
(
field => val,
field => val
}
I search the docs but couldn't find something like this, didn't want
to write it if al