$options = [];$options[] = ['value' => '', 'text' => '請選擇'];
$options[] = ['value' => '1', 'text' => '1'];
$options[] = ['value' => '2', 'text' => '2'];
$this->data['dropdown_Type'] = $options;
This is my PHP code, I Want to set dropdown List in PHP at page Load,But it is not successful and effective.