コード例 #1
0
ファイル: Article.php プロジェクト: kstep/pnut
 public function getTags()
 {
     return Model_List_Tag::getModelTags($this->_db, $this);
 }