Hi forum,
{{ select('country_id', country, 'using': ['country_id', 'country']) }}
Result:
<?php echo $this->tag->select(array('country_id', $country, 'using' => array('country_id', 'country'))); ?>
so compilation produce $country while Country::find() is expected