Re: Question about Set class

2008-01-18 Thread Fran Iglesias
El 18/01/2008, a las 15:01, grigri escribió: > debug(Set::extract($temp, '{n}.0.task')); Thanks. So simple... > On Jan 18, 1:00 pm, "R. Rajesh Jeba Anbiah" > <[EMAIL PROTECTED]> wrote: >>FWIW, when I profiled Set class last time, it was relatively huge >> hit. >> I agree, but performance

Re: Question about Set class

2008-01-18 Thread grigri
$temp = Array( 0 => Array ( 0 => Array ( 'id' => 2, 'task' => 'Circulares.Preparar' ) ), 1 => Array ( 0 => Array ( 'id' =>

Re: Question about Set class

2008-01-18 Thread R. Rajesh Jeba Anbiah
On Jan 18, 5:01 pm, Fran Iglesias <[EMAIL PROTECTED]> wrote: > ?'ve been trying several paths with Set::extract to get it but my > best result is with '{n}.{n}.task', which produces FWIW, when I profiled Set class last time, it was relatively huge hit. -- Email: rrjanbiah-at-Y!co

Question about Set class

2008-01-18 Thread Fran Iglesias
Hi I have this array: Array ( [0] => Array ( [0] => Array ( [id] => 2 [task] => Circulares.Preparar ) ) [1] => Array ( [0] => Array (