Merge branch 'blog-hashtag-filtr' into 'master'

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



See merge request !50
parents 22fc14bd 357d9e0c
......@@ -30,7 +30,6 @@ class PostController extends BaseController
'Send-article' => 'Послать статью',
'Set-cookie' => 'Установить куки',
'Tag-index' => 'Перезагрузка статей с учетом тэгов',
'Test' => 'test',
];
}
/**
......@@ -112,15 +111,6 @@ class PostController extends BaseController
]);
}
public function actionTest()
{
$tag = $this->getCookie();
$searhPost = new SearchPost();
$searhPost->findByTags($tag);
}
/**
* Displays a single Post model.
* @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