$batchMode
$batchMode : boolean
Controller is in batch mode
Search controller
searchAction( $type = null) : \Ceo\Api\Controllers\Phalcon\Http\Response
Search
Current runs a sphinx search and paginates against the DB This could change in the future.
Valid search parameters:
$type |
render(string $st_output, integer $statusCode = 200) : \Ceo\Core\Controllers\Phalcon\Http\Response
Render output, resets headers and status code.
If batch mode is enabled, will return an array with status code and response.
string | $st_output | Output string |
integer | $statusCode | HTTP status code |