$tripsData = new CActiveDataProvider('Trips',[
'criteria'=>$criteriaToday,
'pagination' => [
'pageSize' => $this->per_page
],
'sort'=>[
'attributes' => [
'id',
'place',
'target',
'execution_date',
'date',
],
'defaultOrder'=>[
'id'=>'DESC',
]],
]);