I have a question, maybe a newbie's one, but still a question : When I do : $this->ModelName->save($data); Is only $data['ModelName'] saved ? Are the dependent model's data saved ? Are all the model's data saved ?
I want to know if I have to check this before data saving, because I don't want the user to modify other models than the ones he's allowed to access. (Excuse my english, I'm French and I need to improve it ;)) --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
