26.Feb.2010 at 13:51 by Jo Dainton
Good explanations but a lot of things to remember. Food for thought
Fabien Potencier (26.Feb.2010 at 12:00)
Talk at PHP UK Conference 2010 (English - UK)
From Zend Framework to Symfony, all the major frameworks are moving to PHP 5.3 for their next major version. To be ready for this big move, all PHP developers need to learn more about the new PHP 5.3 features and how to use them in practice. This session will not be yet another big list of all the great features of PHP 5.3. Instead, I will show you how to solve real problems more simply and more elegantly with PHP 5.3.
Quicklink: https://joind.in/1454
Track(s): Auditorium
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?
26.Feb.2010 at 13:51 by Jo Dainton
Good explanations but a lot of things to remember. Food for thought
26.Feb.2010 at 13:56 by Dan Field
Covered some interesting new features which I still need to grok (anon functions)
26.Feb.2010 at 14:24 by Tom Claus
Very interesting and nice explained new features to keep in mind when we start with PHP 5.3.
26.Feb.2010 at 14:35 by Peter Bowyer
The first half was quite similar to last year's overview of PHP 5.3. Closures/lambdas/injectors could have been more clearly explained.
26.Feb.2010 at 16:55 by Paul Serby
Just a recap of 5.3 features, but nice code examples and a good explanation of Dependency Injectors.
27.Feb.2010 at 07:52 by Chris Sedlmayr
A good overview of some nice 5.3 features and a really good dependency injection lesson.
27.Feb.2010 at 12:09 by Marcus Baker
Bit of a repeat from last year except the DI bit. Basically trying to write the Needle (Ruby) injector in PHP. Actually there was a DI talk in 2006, so that was a repeat too, but I quibble.
27.Feb.2010 at 12:53 by Tom Jowitt
Very useful points for when we start to move production servers to 5.3 later this year. Looking forward to going thought the examples in the slides when they're put up.
27.Feb.2010 at 13:09 by Demian
I enjoy Fabien's presentation style, covered a lot of material, slightly concerned that use of anon fns in code reduces readability
27.Feb.2010 at 16:42 by Nathaniel McHugh
Dynamic speaker (he ran about a bit) maybe could have been better titled as one long usage example on dependancy injection with anon funcs took majority of time. But I enjoyed a lot.
27.Feb.2010 at 22:20 by Daniel André Eikeland
Definately enjoyed the second part of the talk more than the first half - took some time until the "real" Fabien appeared. Can't really blame the speaker for repeating points in other peoples talks, especially when they're obviously covering the same grounds.
Good hands-on examples, thorough explanation of several key concepts, and overall enjoyable talk.
28.Feb.2010 at 17:47 by Russell Flynn
This was a step up from just outlining some of the new features of PHP 5.3, with concrete examples and a thorough presentation of dependency injection. Could maybe have been better described so people knew what to expect.
01.Mar.2010 at 11:08 by Craig Willis
Really enjoyed the talk. The first half was quite slow, but second half picked up. I liked the presentation style and the examples were clear
26.Feb.2010 at 13:09 by Richard George
Best expln I've had of closures yet but will need to dive into sf2 code to properly understand injection.