コード例 #1
0
	public function tag($tag)
	{
		$this->searchResults = Taggable::selectNodes($tag, CoOrg::getLanguage());
		$this->render('tagresults');
	}