私がやりたいことは、ビューのボタンからIDを取得することです:
<button type="submit" id="stuff">
コントローラーに追加するので、次の方法でスタイルを変更できます。
echo '<style type="text/css">
#stuff{
background-color: #11eb00;
}
</style>';
これは CodeIgniter で可能ですか、それとも完全に間違っていますか?