Skip to content

Instantly share code, notes, and snippets.

@handlename
Created September 21, 2010 10:44
Show Gist options
  • Save handlename/589522 to your computer and use it in GitHub Desktop.
Save handlename/589522 to your computer and use it in GitHub Desktop.
<?php
class kayacActions extends sfActions
{
public function executeThanks(sfWebRequest $request)
{
// テンプレートを
// apps/api/modules/shared/templates/jsonSuccess.php
// に設定する。
$this->setTemplate('json', 'shared');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment