initialize()
initialize()
Initialize response headers
Default index controller
beaconAction()
Responds to beacon tracking load call. This is generally not a user definable call, but can be responded to. This is part of the javascript pipeline. Responds to the following URL:
b/e.jsReturns the following items to the view:
Looks for templates in the following order:
It will also increment the hit counter for the given resource.
terminateWithView(string $view, array $params = array(), array $headers = array())
Terminate the action with a view partial. Will dump output directly to browser, but return the action allowing process to continue.
| string | $view | path |
| array | $params | view params |
| array | $headers | optional headers |