$expression = new Expression('NOW()');
$now = (new \yii\db\Query)->select($expression)->scalar(); // SELECT NOW();
echo $now; // prints the current date
<?php
return [
'admin' => [
'type' => 1,
],
'moder' => [
'type' => 1,
],
'user' => [
'type' => 1
]
];