コード例 #1
0
	public function tagsuggest($search)
	{
		$this->suggestions = Taggable::suggestTags($search);
		$this->render('suggestions');
	}