Commit 357d9e0c authored by andre's avatar andre

ссылки с тегами

parent 26a74def
...@@ -30,7 +30,6 @@ class PostController extends BaseController ...@@ -30,7 +30,6 @@ class PostController extends BaseController
'Send-article' => 'Послать статью', 'Send-article' => 'Послать статью',
'Set-cookie' => 'Установить куки', 'Set-cookie' => 'Установить куки',
'Tag-index' => 'Перезагрузка статей с учетом тэгов', 'Tag-index' => 'Перезагрузка статей с учетом тэгов',
'Test' => 'test',
]; ];
} }
...@@ -113,15 +112,6 @@ class PostController extends BaseController ...@@ -113,15 +112,6 @@ class PostController extends BaseController
]); ]);
} }
public function actionTest()
{
$tag = $this->getCookie();
$searhPost = new SearchPost();
$searhPost->findByTags($tag);
}
/** /**
* Displays a single Post model. * Displays a single Post model.
* @param string $url * @param string $url
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment