in rc2 all worked ok and i had to add some simple code in product
model to work
class AllowedusesProduct extends AppModel {
var $name = 'AllowedusesProduct';
var $useTable = 'alloweduses_products';
function beforeSave(){
$this->id = null;
return true;
}
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---