Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
yiiでテーブルの行を更新するにはどうすればよいですか? 次のコードを使用していますが、機能していません
$sql = "UPDATE auth_assignment SET itemname = 'Authenticated' WHERE userid = $user->accountID"; $command = $connection->createCommand($sql); $command->execute();
'user->accountID' をカンマで囲むのを忘れていました