When trying to save my data, i get a 0 for team_id, but the user_id
saves fine. Any thoughts of what could be wrong?
$this->data['Team']['Team']['team_id'] = 303;
$this->data['User']['User']['user_id'] = $this->Auth->user("id");
$this->Team->create($this->data);
$this->Team->save();
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---