I'm building a CMS that is setup like this:

I have a "ContentPage" model that contains a list of 'pages'.

'ContentPage' hasMany 'ContentSummary' (which would be a couple
paragraph's of text describing the page)

Also, 'ContentPage hasMany 'ContentCategory' which hasMany
'ContentItem' (these would be a list of items under the summary such as
bios, faqs, projects, etc...with the ability to be separated into
categories)

I have a controller function getAllContent() with recursive set to '3'
that returns all the associated data for a given page. For the front
end this works great...but now I'm building the admin and I'd like to
be able to edit all this data at once...the same way I can view it all
at once on the front end.

But so far I can only get Cake to update one model at a time from a
form. Trying an input named
"data[ContentPage][ContentSummary][content]" doesn't seem to do it. Can
someone point me in the right direction?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to