MeanStudios

Ever wanted to in CakePHP remove the ModelClass array key in data returned from a find(‘all’) in just one line of code?

$data = Set::extract('{n}.ModelClass', $data);

Gotta love the Set Class :).

More Information