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' をカンマで囲むのを忘れていました
I am having an IE z-index issue. Basically, I'm embedding a pdf using the tag, but in IE, our favourite of favourite browsers it always appears above the drop down menu.