Answer the question
In order to leave comments, you need to log in
Throw a couple of ideas to solve the problem?
<table class="table table-bordered">
<thead>
<tr>
<th colspan="5" align="center">
<h3><center><?=Yii::t("UI","Информация об сходах граждан действующих {districtname}",['{districtname}'=>$model->region->{'name_'.Yii::app()->language}])?></center></h3>
</th>
</tr>
</tr>
</thead>
<tbody>
<?php
$this->widget('zii.widgets.CListView', array(
'dataProvider'=>$dataProvider,
'itemView'=>'mahala/_detail',
));
}}
?>
</tbody>
</table>
<?php echo count($model->region->{'name_'.Yii::app()->language});?>
<?php for($i=0;$i<count($model->region->{'name_'.Yii::app()->language});$i++){?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question