在我的侧边栏中有单选按钮,并且想要放置一个搜索查询,例如是否选择了单选按钮new
然后select * from products
如果old
选择了然后select * from posts
。其中view/element/sidebar.ctp
包含:
<label class="radio">
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
NEW
</label>
<label class="radio">
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
USED
</label>