public function actionAjaxSearch()
{
Yii::$app->response->format = Response::FORMAT_JSON;
return Post::findAllEntities(Yii::$app->request->post);
}
<body class="logged">
body.logged {
padding-top: 50px;
}
<?php
include 'config.php';
?>
<html>
<head>
...
<?php
$my_config = array(
'company' => 'Hello world',
'author' => 'Ivan Ivanov'
);
<?=$my_config['author']; ?>
return function () {return counter += 1}