如何使用codeigniter
更改/更新按钮单击中的枚举数据类型值<?php
foreach($req as $row):
?>
<div class="col1">
<?=$row->Offer?>
</div>
<div class=""col2>
<button >Accept</a>
<button >Decline</a>
</div>
<?php endforeach ?>
我的枚举值为:
接受
拒绝
待定
和“待定”作为默认值。
答案 0 :(得分:0)
.infodiv {
background: #fff;
border-radius: 5px;
display: inline-block;
height: 300px;
margin: 1rem;
width: 300px;
vertical-align:top;
}