advanced code snippet search
tucq88 on 10/22/12
mysql cakephp update field
10/22/12 03:05pm
Update current field data.
$this->HomeLink->updateAll( array( 'login_boss_ko_friend_remain' => 'login_boss_ko_friend_remain + 1' ), array( 'user_id' => $this->__userId, ));
Report this snippet Tweet
Comment:
You need to login to post a comment.