I want to display the specific data from database using <?= Html::encode() ?>
Let say, i get the specific column of the model as below:
<?php $model = ExampleModule::find()->select('anycolumn')->all(); ?>
And then, what should i write to the <?= Html::encode(anystatement) ?>to display the values ?