problem.
Here is the complete code:
$array =array('150'=>'channel150', '151'=>'channel151');
foreach ($array as $channel => $chan_name)
{
$this->Channel->create();
$this->Channel->id = $channel;
$this->Channel->saveField('is_first_transfer', 0, false);
}
What is strange is that if I do a find just after, and see the result
with debug, it tells me the value changed to 0, but it is not the case
in phpmyadmin !?
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
No comments:
Post a Comment