Skip to content

Instantly share code, notes, and snippets.

View HemanthkumarHJ's full-sized avatar

Hemanth HemanthkumarHJ

  • Dioxe Technologies PVT LTD
  • Bangalore, Karnataka, India
View GitHub Profile
how to insert multiple vslues(from checkbox list) to store the single column of database using yii2
view file is...
<label>To</label><br/>
<?php
$data = ArrayHelper::map(Form::find()->all(), 'to', 'to');
echo MultiSelect::widget([
'id'=>"to",