예제 #1
0
파일: Article.php 프로젝트: kstep/pnut
 public function getTags()
 {
     return Model_List_Tag::getModelTags($this->_db, $this);
 }