Don't Reinvent the Wheel with Symfony2 Components!

Comments

Comments are closed.

Great talk. Good speed and nice overview with clear examples. Used some components. Now I'm ging to use all of them.

Nice topic but a boring presentation

I was expecting more about the possibilities of each component instead of being dumped with code examples, some of them with logic errors (you where calling parent on a base class)

Hi Nuno,

I'm sorry you were disapointed by the presentation. I think you're right about the orientation of the talk. Next time I will do it, I will probably display less code and focus on how they solve problems in libraries they are already used.

Can you tell me more about the logic errors please?

I saw what you mean. I have fixed the slides. I forgot to replace a "parent" keyword by "$this" in the presentation. In my original code, the class was extending another one.