kestrelid,

If you set up the model associations correctly, you'll be able to save
associations in one transaction. HasMany + HasAndBelongsToMany can both
be saved in one cake 'method call'. But this doesn't mean your data is
brought back to you by just one query or updated by one.
But there's nothing wrong with that. Espically not when its a small and
private app like this one.
Have a look at the api, if you search for the controller methods youll
find a lot of usefull stuff.

You can, if you want, hack all the code you please into cake, that's
what makes it great, no limitations. If you want to build a function
directly in your view you can :-) but cake has helpers so you don't
have to. The same with everything else.

goodluck!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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