{"id":5022,"date":"2021-08-09T08:52:35","date_gmt":"2021-08-09T08:52:35","guid":{"rendered":"https:\/\/www.bearloga.space\/?page_id=5022"},"modified":"2021-08-09T08:52:36","modified_gmt":"2021-08-09T08:52:36","slug":"yii-restful-api-v-dejstvii","status":"publish","type":"page","link":"https:\/\/www.bearloga.space\/en\/yii-restful-api-v-dejstvii\/","title":{"rendered":"Yii \u2014 RESTful API \u0432 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0438"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">\u041a\u043b\u0430\u0441\u0441 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440\u0430 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u043e\u0442 \u043a\u043b\u0430\u0441\u0441\u0430&nbsp;<strong>yii \\ rest \\ ActiveController<\/strong>&nbsp;, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0440\u0435\u0430\u043b\u0438\u0437\u0443\u0435\u0442 \u043e\u0431\u0449\u0438\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f RESTful.&nbsp;\u041c\u044b \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u043c \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e&nbsp;<strong>$ modelClass,<\/strong>&nbsp;\u0447\u0442\u043e\u0431\u044b \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440 \u0437\u043d\u0430\u043b, \u043a\u0430\u043a\u0443\u044e \u043c\u043e\u0434\u0435\u043b\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0434\u043b\u044f \u043c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u044b\u043c\u0438.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0428\u0430\u0433 1<\/strong>&nbsp;\u2014 \u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u0444\u0430\u0439\u043b \u0441 \u0438\u043c\u0435\u043d\u0435\u043c&nbsp;<strong>UserController.php<\/strong>&nbsp;\u0432\u043d\u0443\u0442\u0440\u0438 \u043f\u0430\u043f\u043a\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440\u043e\u0432.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;?php\n   namespace app\\controllers;\n   use yii\\rest\\ActiveController;\n   class UserController extends ActiveController {\n      public $modelClass = 'app\\models\\MyUser';\n   }\n?&gt;<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u0414\u0430\u043b\u0435\u0435 \u043d\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 urlManager, \u0447\u0442\u043e\u0431\u044b \u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c \u0434\u0430\u043d\u043d\u044b\u043c \u043c\u043e\u0436\u043d\u043e \u0431\u044b\u043b\u043e \u043e\u0431\u0440\u0430\u0449\u0430\u0442\u044c\u0441\u044f \u0438 \u043c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0445 \u0437\u043d\u0430\u0447\u0438\u043c\u044b\u043c\u0438 \u0433\u043b\u0430\u0433\u043e\u043b\u0430\u043c\u0438 HTTP \u0438 \u043a\u0440\u0430\u0441\u0438\u0432\u044b\u043c\u0438 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u043c\u0438.&nbsp;\u0427\u0442\u043e\u0431\u044b \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c API \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0434\u0430\u043d\u043d\u044b\u043c \u0432 JSON, \u043d\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e parsers \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430&nbsp;<strong>\u0437\u0430\u043f\u0440\u043e\u0441\u0430<\/strong>&nbsp;.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0428\u0430\u0433 2<\/strong>&nbsp;\u2014 \u041c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u0443\u0439\u0442\u0435 \u0444\u0430\u0439\u043b&nbsp;<strong>config \/ web.php<\/strong>&nbsp;\u0442\u0430\u043a\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c \u2014<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;?php\n   $params = require(__DIR__ . '\/params.php');\n   $config = [\n      'id' =&gt; 'basic',\n      'basePath' =&gt; dirname(__DIR__),\n      'bootstrap' =&gt; ['log'],\n      'components' =&gt; [\n         'request' =&gt; [\n            \/\/ !!! insert a secret key in the following (if it is empty) - this is \n               \/\/required by cookie validation\n            'cookieValidationKey' =&gt; 'ymoaYrebZHa8gURuolioHGlK8fLXCKjO',\n         ],\n         'cache' =&gt; [\n            'class' =&gt; 'yii\\caching\\FileCache',\n         ],\n         'user' =&gt; [\n            'identityClass' =&gt; 'app\\models\\User',\n            'enableAutoLogin' =&gt; true,\n         ],\n         'errorHandler' =&gt; [\n            'errorAction' =&gt; 'site\/error',\n         ],\n         'mailer' =&gt; [\n            'class' =&gt; 'yii\\swiftmailer\\Mailer',\n            \/\/ send all mails to a file by default. You have to set\n            \/\/ 'useFileTransport' to false and configure a transport\n            \/\/ for the mailer to send real emails.\n            'useFileTransport' =&gt; true,\n         ],\n         'log' =&gt; [\n            'traceLevel' =&gt; YII_DEBUG ? 3 : 0,\n            'targets' =&gt; [\n               [\n                  'class' =&gt; 'yii\\log\\FileTarget',\n                  'levels' =&gt; ['error', 'warning'],\n               ],\n            ],\n         ],\n         'urlManager' =&gt; [\n            'enablePrettyUrl' =&gt; true,\n            'enableStrictParsing' =&gt; true,\n            'showScriptName' =&gt; false,\n            'rules' =&gt; [\n               ['class' =&gt; 'yii\\rest\\UrlRule', 'controller' =&gt; 'user'],\n            ],\n         ],\n         'request' =&gt; [\n            'parsers' =&gt; [\n               'application\/json' =&gt; 'yii\\web\\JsonParser',\n            ]\n         ],\n         'db' =&gt; require(__DIR__ . '\/db.php'),\n      ],\n      'modules' =&gt; [\n         'hello' =&gt; [\n            'class' =&gt; 'app\\modules\\hello\\Hello',\n         ],\n      ],\n      'params' =&gt; $params,\n   ];\n   if (YII_ENV_DEV) {\n      \/\/ configuration adjustments for 'dev' environment\n      $config['bootstrap'][] = 'debug';\n      $config['modules']['debug'] = [\n         'class' =&gt; 'yii\\debug\\Module',\n      ];\n      $config['bootstrap'][] = 'gii';\n      $config['modules']['gii'] = [\n         'class' =&gt; 'yii\\gii\\Module',\n      ];\n   }\n   return $config;\n?&gt;<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u0421 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u0443\u0441\u0438\u043b\u0438\u044f\u043c\u0438 \u043c\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0447\u0442\u043e \u0441\u043e\u0437\u0434\u0430\u043b\u0438 RESTful API \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c \u0434\u0430\u043d\u043d\u044b\u043c.&nbsp;API \u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0442 \u0432 \u0441\u0435\u0431\u044f \u2014<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>GET \/ users<\/strong>&nbsp;\u2014 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0437\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435\u0439<\/li><li><strong>HEAD \/ users<\/strong>&nbsp;\u2014 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0431\u0437\u043e\u0440\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0441\u043f\u0438\u0441\u043a\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439<\/li><li><strong>POST \/ users<\/strong>&nbsp;\u2014 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f<\/li><li><strong>GET \/ users \/ 20<\/strong>&nbsp;\u2014 \u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f 20<\/li><li><strong>HEAD \/ users \/ 20<\/strong>&nbsp;\u2014 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0431\u0437\u043e\u0440\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435 20<\/li><li><strong>PATCH \/ users \/ 20 \u0438 PUT \/ users \/ 20<\/strong>&nbsp;\u2014 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f 20<\/li><li><strong>\u0423\u0414\u0410\u041b\u0418\u0422\u042c \/ users \/ 20<\/strong>&nbsp;\u2014 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f 20<\/li><li><strong>\u041e\u041f\u0426\u0418\u0418 \/ \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438<\/strong>&nbsp;\u2014 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u0433\u043b\u0430\u0433\u043e\u043b\u044b \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0438 \/ \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439<\/li><li><strong>\u041e\u041f\u0426\u0418\u0418 \/ users \/ 20<\/strong>&nbsp;\u2014 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u0433\u043b\u0430\u0433\u043e\u043b\u044b, \u043a\u0430\u0441\u0430\u044e\u0449\u0438\u0435\u0441\u044f \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0438 \/ users \/ 20<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>GET \/ users<\/strong>&nbsp;\u2014 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0437\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435\u0439<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>HEAD \/ users<\/strong>&nbsp;\u2014 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0431\u0437\u043e\u0440\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0441\u043f\u0438\u0441\u043a\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>POST \/ users<\/strong>&nbsp;\u2014 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>GET \/ users \/ 20<\/strong>\u00a0\u2014 \u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f 20<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>HEAD \/ users \/ 20<\/strong>&nbsp;\u2014 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0431\u0437\u043e\u0440\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435 20<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>PATCH \/ users \/ 20 \u0438 PUT \/ users \/ 20<\/strong>&nbsp;\u2014 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f 20<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0423\u0414\u0410\u041b\u0418\u0422\u042c \/ users \/ 20<\/strong>&nbsp;\u2014 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f 20<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u041e\u041f\u0426\u0418\u0418 \/ \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438<\/strong>&nbsp;\u2014 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u0433\u043b\u0430\u0433\u043e\u043b\u044b \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0438 \/ \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u041e\u041f\u0426\u0418\u0418 \/ users \/ 20<\/strong>&nbsp;\u2014 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u0433\u043b\u0430\u0433\u043e\u043b\u044b, \u043a\u0430\u0441\u0430\u044e\u0449\u0438\u0435\u0441\u044f \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0438 \/ users \/ 20<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435, \u0447\u0442\u043e Yii \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043c\u043d\u043e\u0436\u0438\u0442 \u0438\u043c\u044f \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440\u0430.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0428\u0430\u0433 3<\/strong>&nbsp;\u2014 \u0422\u0435\u043f\u0435\u0440\u044c \u043e\u0442\u043a\u0440\u043e\u0439\u0442\u0435 \u041f\u043e\u0447\u0442\u0430\u043b\u044c\u043e\u043d, \u0432\u0432\u0435\u0434\u0438\u0442\u0435&nbsp;<strong>http: \/\/ localhost: 8080 \/ users<\/strong>&nbsp;\u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c\u00bb.&nbsp;\u0412\u044b \u0443\u0432\u0438\u0434\u0438\u0442\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/coderlessons.com\/wp-content\/uploads\/2019\/07\/open_postman.png\" alt=\"\u041e\u0442\u043a\u0440\u044b\u0442\u044b\u0439 \u043f\u043e\u0447\u0442\u0430\u043b\u044c\u043e\u043d\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0428\u0430\u0433 4<\/strong>&nbsp;\u2014 \u0427\u0442\u043e\u0431\u044b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f, \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0435 \u0442\u0438\u043f \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043d\u0430 POST, \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0434\u0432\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430 \u0442\u0435\u043b\u0430: \u0438\u043c\u044f \u0438 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c\u00bb.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/coderlessons.com\/wp-content\/uploads\/2019\/07\/create_new_user.png\" alt=\"\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0428\u0430\u0433 5<\/strong>&nbsp;\u2014 \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440&nbsp;<strong>fields,<\/strong>&nbsp;\u0447\u0442\u043e\u0431\u044b \u0443\u043a\u0430\u0437\u0430\u0442\u044c, \u043a\u0430\u043a\u0438\u0435 \u043f\u043e\u043b\u044f \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0432 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442.&nbsp;\u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, URL&nbsp;<strong>http: \/\/ localhost: 8080 \/ users? Fields = id<\/strong>&nbsp;, name \u0431\u0443\u0434\u0435\u0442 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u043b\u044f&nbsp;<strong>id<\/strong>&nbsp;\u0438&nbsp;<strong>name,<\/strong>&nbsp;\u043a\u0430\u043a \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u043d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c \u0441\u043d\u0438\u043c\u043a\u0435 \u044d\u043a\u0440\u0430\u043d\u0430.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u041a\u043b\u0430\u0441\u0441 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440\u0430 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u043e\u0442 \u043a\u043b\u0430\u0441\u0441\u0430&nbsp;yii \\ rest \\ ActiveController&nbsp;, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0440\u0435\u0430\u043b\u0438\u0437\u0443\u0435\u0442 \u043e\u0431\u0449\u0438\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f RESTful.&nbsp;\u041c\u044b \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u043c \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e&nbsp;$ modelClass,&nbsp;\u0447\u0442\u043e\u0431\u044b \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440 \u0437\u043d\u0430\u043b, \u043a\u0430\u043a\u0443\u044e [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"categories":[156],"tags":[],"class_list":["post-5022","page","type-page","status-publish","hentry","category-yii"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/pages\/5022","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/comments?post=5022"}],"version-history":[{"count":1,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/pages\/5022\/revisions"}],"predecessor-version":[{"id":5023,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/pages\/5022\/revisions\/5023"}],"wp:attachment":[{"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/media?parent=5022"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/categories?post=5022"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/tags?post=5022"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}