15.Nov.2008 at 20:00 by Chuck Burgess
Was interesting to see these concepts explained and demonstrated. Agree with O'Phinney about showing more use cases to help drive home where these concepts really shine.
Sebastian Bergmann (13.Nov.2008 at 15:00)
Talk at php|works/PyWorks (English - US)
Lambda Functions and Closures allow the quick definition of throw-away functions (for use with array_map(), for instance) that are not used elsewhere. Traits reduce some limitations of single inheritance by enabling the reuse method sets freely in several independent classes. This session introduces the audience to the implementation of lambda functions, closures, and traits for PHP 5.4.
Quicklink: https://joind.in/24
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?
15.Nov.2008 at 20:00 by Chuck Burgess
Was interesting to see these concepts explained and demonstrated. Agree with O'Phinney about showing more use cases to help drive home where these concepts really shine.
13.Nov.2008 at 18:10 by Matthew Weier O'Phinney
Nice watershed of PHP 5.3/5.4 OOP additions. More practical use cases would be nice.