Below is the code I was using in cakephp 1.3 for calling action from controller.
$proactive_chart_data = $this->requestAction("/health/group_consult_data_bootstrap/".$company_id, array(‘return’));
Now I am upgrading my same website to cakephp 3.8.
Is there any simplest way to use above code for calling action from controller ?
Please help.