コード例 #1
0
ファイル: blog.model.php プロジェクト: nathansamson/CoOrg
	protected function afterInsert()
	{
		parent::afterInsert();
		foreach ($this->tags as $tag)
		{
			$this->tag($tag);
		}
	}