I have a function which sorts data in a multidimensional array, as shown below:
\"James\");
Change to usort($data, array($this, "order_new"));
usort($data, array($this, "order_new"));