Re: Remove first from collections

2016-02-29 Thread John Andersen
I deletion is not possible, would the skip method work for you? *http://book.cakephp.org/3.0/en/core-libraries/collections.html#Cake\Collection\Collection::skip* Enjoy, John On Thursday, 25 February 2016 16:56:27 UTC+2, Rafael Santos wrote: > > Hi, > i'm using CakePHP's Collections >

Remove first from collections

2016-02-25 Thread rafaelmsantos.com
Hi, i'm using CakePHP's Collections on a non-cakephp project. I was search for a Collection package and I find yours to be the best. Is there a way to easily delete the first element of a collection? For example,* $collection->f