Category Archives: PHP

Magento: custom options with store-specific title

Posted on by

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 …

Using Annotations with PHP

Posted on by admin

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.