i am getting data in my estimates_controller like

Array
(
    [Estimate] => Array
        (
            [name] => some name
            [run_type_id] => 1
            [trim_size_id] => 5
            [text_stock_id] => 2
            [page_count_id] => 2
            [cover_ink_id] => 3
            [cover_treatment_id] => 1
            [cover_emboss_treatment_id] => 1
            [notes] => dfsdf
        )

}


but i need to store values in different tables or you can say models
like [name] shud be inserted in to project table
can any body tell me how to do it
i searched a lot but not getting how to do it


thnx in advance
-ashutosh


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to