<3 this is just phpness!!!
Very nice framework and very nice talk. But I would prefer a complete "hello world" example. I can understand better.
I liked the explanation of the reasoning behind some design choices (ie. type hinting)
Awesome
great presentation with really good examples, though a bit overtime (had to leave early :-( )
Excellent case history with good hints
Excellent talk, excellent speaker. A good overview on API design.
Gli argomenti erano molto interessanti.. unico neo secondo me la mancanza di qualche esempio concreto, ma il tempo a disposizione non era molto
Good talk, a more complete example about assigning responsability to objects would have been really appreciated
Great talk. I think the performance relevance was over emphasized a bit, any normal request that does a DB call will make most of the performance aspects irrelevant. Then again many of the patterns discussed are of course also needed for number crunching (not necessarily PHPs strong suite anyway, but for the occasional tasks many shops prefer not to switch languages) and then they do become relevant. Furthermore some of them can easily simply be adopted as standard practice without additional work.