Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public function jsonAction()
- {
- $this->_helper->viewRenderer->setNoRender();
- if (isset ( $_GET['input'] )) {
- $data = array('result'=> strtolower($_GET['input']));
- $this->_helper->json($data);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement