thanks for your reply.. i tried it too, and it cannot work,
i used debug($data_item) in temporary_items_controller.php and debug ($data) in model.php, it wasn't empty ( has value ) i dont know, only ITEM model but others can work rightly thanks a lot On Dec 8, 6:00 pm, Milmar <[EMAIL PROTECTED]> wrote: > Try to log what $data_item contains and check if the structure being > passed to the model is correct. > > Then you can try > $this->Item->Create($data_item); and; > $this->Item->Save($data_item); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
