コード例 #1
0
 public function getTags()
 {
     $t = new Tag();
     return $t->forSelect();
 }