If you are using Vagrant (VirtualBox) as your development environment and PHPStorm as your IDE, you might have already tried…
Continuous Integration is the process where code from a developer’s repository is called by an automated system, built and tested…
Doctrine’s ORM Module offers a very simple and elegant way to integrate the Object Relational Mapper (ORM) into Zend Framework 2…
Docblock Annotations in Doctrine is a really nice way to specify object-relational mapping metadata. But ZF2 also comes with a Zend\Form\Annotation…
Doctrine 2 filters are a very powerful feature allowing you to easily modify every request sent to the database. This comes…
Working with PHPUnit and Eclipse PDT has always been a bit of a pain. We ended up using it as an external…
Every PHP developer will sooner or later face a request to output a document as a PDF, XLS, DOC or…
Recently we launched a website and platform for iGo Gift Vouchers. One of the screens shows an interactive list of the…