Skip to content

Instantly share code, notes, and snippets.

@whisher
Created June 10, 2013 09:04
Show Gist options
  • Save whisher/5747410 to your computer and use it in GitHub Desktop.
Save whisher/5747410 to your computer and use it in GitHub Desktop.
public function xhrsignupAction()
{
$data = array();
$data['code'] = 200;
$request = $this->getRequest();
if ($request->isPost() && $request->isXmlHttpRequest()) {
}
throw new Zend_Controller_Action_Exception('Not Found', 404);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment