ridwan arifandi wrote:
> in an action, i have to do more than one save action. rule
>
> 1). save data into purchases
> 2). get last insert id from table purchases
>
> 3). save data into items
> 4). get last insert id from table items
>
> 5). save data into purchase_details with those two variables
> ( purchase_id & item_id )
> 6). get last insert id from table purchase_details
>
> 7). save data into item_details with item_id
> 8). get last insert id from table item_details
>
> 9). save data into purchase_item_detail with those two variables
> ( purchase_detail_id & item_detail_id )
>
> so.. i get a problem at rule #3... it cannot save, dont know why, i
> have no error message at my web
>
>   
saveAll()?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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