yii2 使用组件功能的下拉列表
示例
在MyComponent.php中创建函数
namespace app\components;
use Yii;
use yii\base\Component;
use yii\base\InvalidConfigException;
use yii\helpers\Url;
use yii\helpers\ArrayHelper;
use app\models\User;
class MyComponent extends Component
{
// Function return list of id & user Names,used for dropdownlist
public function getUserID()
{
$code = User::find()->select('id,name')
->where(['is_deleted'=>'n'])
->all();
$result = ArrayHelper::map($code, 'id', 'name');
if($result)
return $result;
else
return ["null"=>"No User"];
}
}->在web.php中注册组件
components' => [
'mycomponent' => [
'class' => 'app\components\MyComponent',
],
]->在您的视图中使用
<?= $form->field($model, 'user_id')->dropDownList(Yii::$app->mycomponent->getUserID())?>
热门推荐
10 五一公司放假祝福语简短
11 追星女孩的祝福语简短
12 给长辈端午祝福语 简短
13 生日祝福语有诗意简短
14 团圆日祝福语简短
15 中秋商务祝福语简短最新
16 温暖文艺简短祝福语短句
17 男孩上学祝福语简短的
18 入住酒店文案祝福语简短