Right I have that done, now I need to get the data into a cleaner assoc array.
Its coming out like this: " "Array ( [0] => Array ( [Configuration] => Array ( [key] => sc_countries [value] => US,CA [group] => language_control [description] => Countries for which content will be provided, content includes TV Listings, Network Details. Only list countries which will be officially supported by the site. [title] => Supported Content Countries ) ) [1] => Array ( [Configuration] => Array ( [key] => title [value] => Sitcom Spy [group] => site [description] => The title of the site, displayed throughout site. [title] => Site Title ) ) )" When I'd rather have something like: " Array ( [sc_countries Array ( [key] => sc_countries [value] => US,CA [group] => language_control [description] => Countries for which content will be provided, content includes TV Listings, Network Details. Only list countries which will be officially supported by the site. [title] => Supported Content Countries ) [title ] => Array ( [key] => title [value] => Sitcom Spy [group] => site [description] => The title of the site, displayed throughout site. [title] => Site Title ) )" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
