|
![](/images/resource/spacer.gif) |
|
สอบถาม: การทำ selected ของ selectBox ใน Codeigniter 3 ครับ |
|
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
ลองใช้ smarty ดูไหมครับ
Code (PHP)
//controlller
$this->db->select('dmr_building_id,dmr_building_name');
$rs = $this->db->get('dmr_building');
data['selectbox'] = $rs->result_array();
$this->load->library('parser');
$this->parser->parse('test', $data);
Code (XML)
// application/views/test.php
<select name="dmr_building_id" class="form-control" >
<option selected="selected" value="-1"> --- กรุณาเลือกอาคาร --- </option>
{selectbox}
<option value="{dmr_building_id}" >{dmr_building_name}</option>
{/selectbox}
</select>
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2015-08-01 20:40:53 |
By :
NewbiePHP |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
|
|
|
![](/images/digitalocean-banner.jpg)
|
Load balance : Server 01
|