Greets,
Thomas
> https://gist.github.com/1935774 <https://gist.github.com/1935774>
>
> Downsides
> ---------------------------
>
> In making extract() faster simpler and easier to manage a few
> features
> were
> removed. Hopefully they are not deal breakers, and I
> personally have
> never used
> any of them:
>
> * Support for the `..` parent selector was removed.
> * Support for the `[:first]` and `[:last]` attribute selectors
> was
> removed.
>
> I'm hoping that the few bad sides and the great number of upsides
> makes this a
> useful change for people.
>
> The code is at
> https://github.com/markstory/cakephp/compare/2.1...set2
> <https://github.com/markstory/cakephp/compare/2.1...set2>
>
> -Mark
>
static function get(array &$data, $path, $def = null);
$one = array( ... );
$two = $one;Fset::set($one, 'Foo.bar', 'value');
I've spent sometime re-writing large parts of the Set class, and would
I've spent sometime re-writing large parts of the Set class, and would