I am having two models(Model,Vehicle)
Each of the model having two table,(models,vehicles)
Now my problem is that in my vehicles table
I am having following field (model_id,Number,model_id)
For inserting record to this i am using form with text box for number
input and combo box for model which retrieve model from models table.
Now my problem is i cannot insert both these number and model value
with $this->Vehicle->Save() method...
Please give me a solution

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

Reply via email to