コード例 #1
0
 public function executeTags(sfRequest $request)
 {
     $this->validateAPIKey();
     $tags = PluginTagTable::getAllTagName();
     $this->jsonResponse('ok', $tags);
 }