While working on a Magento project, I was trying to do something that seemed trivial at first, but sadly I found absolutely no documentation about it over the Internet. First part of the problem was documented: I needed to create …
While working on a Magento project, I was trying to do something that seemed trivial at first, but sadly I found absolutely no documentation about it over the Internet. First part of the problem was documented: I needed to create …
A while ago, a RFC (Request For Comment) was created by Guilherme Blanco. He proposed extending PHP to support annotations. Annotations are available in different language such as Java, it allows adding metadata to classes, methods, variables, etc.