Guest User

Untitled

a guest
Jan 21st, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public function executeArticleCode(sfWebRequest $request)
  2. {
  3. $this->setLayout(false);
  4. sfConfig::set('sf_web_debug',false);
  5.  
  6. $this->getResponse()->setHttpHeader('Content-Type', 'application/json; charset=utf-8');
  7.  
  8. return Tennis::searchArticleCode($request->getParameter("id"));
  9. }
Add Comment
Please, Sign In to add comment