echo $form->input(
'country_id',
array(
'type' => 'select',
'label' => __('Country *', true),
'empty' => 'Select' ,
'order' => array('countries.name ASC')
)
);
国家/地区列表未按升序显示。请任何人帮助我找出错误或按升序显示国家/地区列表的好方法。