Annotating with Annotations

Annotations are more than phpdoc comments, they’re a fully-featured way of including additional information alongside your code. We might have rejected an RFC to add support into the PHP core, but the community has embraced this tool anyway! This session shows you who is doing what with annotations, and will give you some ideas on how to use the existing tools in your own projects to keep life simple. Developers, architects and anyone responsible for the technical direction of an application should attend this session.

Slides

comments powered by Disqus

Related Posts

Apache vs. LightHttp: função echo

Apache vs. LightHttp: função echo

  • October 29, 2006

Na versão em inglês do meu blog recebi um comentário estes dias que me deixou, “boiando”.

Read More
php|tek09: Day #2

php|tek09: Day #2

  • May 21, 2009

Ok, i might be a little “DUI” as I write this, but bear with me, i can get it done.

Read More
Optimizing code with __autoload()

Optimizing code with __autoload()

  • March 13, 2007

With the advent of PHP5 a new tool was available to all who wished to optimize their code, its called __autoload. This function can reduce the time lost by having to include object and class files in your code. But how do you proceed in creating an __autoload function to optimize code?

Read More