Hello fellas, I am trying to insert some data into an id-less table. When i inserted some datas in a 'normal' table (has an ID), i just using :
$this->Model->create(); $this->Model->save($this->data); But, if I applied the script into an id-less table, i got some error, said if there is no id (something like it). So, my question is, is there any way to insert into an id-less table instead of using $this->Model->query() ?? Thank you before. :) -- Regards,,, mastanto (thom_) http://mynameisthom.tumblr.com http://mynameisthom.blogspot.com http://www.twitter.com/mastanto_ -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
