示例#1
0
文件: Article.php 项目: kstep/pnut
 public function getTags()
 {
     return Model_List_Tag::getModelTags($this->_db, $this);
 }