Skip to content

Instantly share code, notes, and snippets.

@lalviarez
lalviarez / _form.php
Last active March 13, 2017 21:07
Yii2 combolist ajax
<?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
use yii\helpers\ArrayHelper;
use yii\helpers\Url;
use yii\web\View;
/* @var $this yii\web\View */
/* @var $model common\models\ConsejoComunal */