Methods
__call()
__call($func, $args)
__construct()
__construct()
addCommonHelpers add common helper
addCommonHelpers() : void
addHelper add static helper in Pix_Controller
addHelper(string $helper, array $methods, array $options) : void
Parameters
$helper
string
Helper name
$methods
array
$options
array
dispatch dispatch the request action
dispatch(string $data_path) : void
Parameters
$data_path
string
draw draw a partial file
draw(string $filename) : string
Parameters
$filename
string
Returns
string
output
getActionName get Action name
getActionName() : string
getControllerName get Controller name
getControllerName() : string
getURI get request URI
getURI() : string
noview finish action without drawing view
noview() : void
redirect finish action and redirect to $url
redirect(string $url, int $code) : void
Parameters
$url
string
$code
int
redraw finish action and draw another partial $partial_name
redraw(string $partial_name) : void
Parameters
$partial_name
string
Properties