fuel / helpers

FuelPHP Framework - Generic helpers library
MIT License
17 stars 7 forks source link

Use array_column in Arr::pluck #4

Open sagikazarmark opened 10 years ago

sagikazarmark commented 10 years ago

There is a core function now (called array_column) which is almost exactly the same as Arr::pluck. It only lacks the original index returning. I opened an issue to implement this feature. If it is implemented, you should consider using it in PHP >=5.5.

Reference Legacy implementation for PHP <5.5