79358447

Date: 2025-01-15 13:47:34
Score: 0.5
Natty:
Report link

in your Specialization.php Controller add this line:

echo '<pre>';print_r($data);echo '</pre>';die;

right above this line:

// Load page components

Now, reload controller and you will see all of the data... Look on the page for your arrays: $xValuesJobs and $xValuesJobs

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: DeanE10