Guest User

Untitled

a guest
Jun 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2. class Sites_FooController extends Zend_Controller_Action
  3. {
  4. public function searchAction()
  5. {
  6. $this->_helper->search($this->_getParam('query', null), $this->_getParam('page', 1));
  7. exit;
  8. }
  9. }
Add Comment
Please, Sign In to add comment