Created
July 1, 2014 23:41
-
-
Save hotpocket/c23aea4025114b51289c to your computer and use it in GitHub Desktop.
style pref. reformat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function usersearchAction(){ | |
$result = $this->_helperUser->searchAction( | |
$this->_getParam('query'), | |
Zend_Json::decode($this->_getParam('option', '[]')), | |
$this->getDbSearchQuery(); | |
); | |
$this->setData($result)->setSuccess(true); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment