-
Notifications
You must be signed in to change notification settings - Fork 5
Intro
Laurynas Veržukauskas edited this page Mar 27, 2014
·
20 revisions
Library usage consists of 3 steps. Process always starts with initialization, followed by transformations and optional retrieval.
When you start chain using some value.
Underscore::from($array)-> /*...*/Where you perform various transformations with the data.
/*...*/->pick('foo')->reduce(/*...*/)-> /*...*/Where you extract data from Underscore.
$data = /*...*/->value();- Reference
- Tips and tricks