if i have something like this in my front controller:
$registry = new \Phalcon\Registry(); $registry->body = file_get_contents('php://input');
how can i use $registry all over my application ?
if i have something like this in my front controller:
$registry = new \Phalcon\Registry(); $registry->body = file_get_contents('php://input');
how can i use $registry all over my application ?