Stash is a PHP library and makes it easy to cache the results of expensive code, like database queries or external API calls, in a hierarchical way with interchangeable back ends.
Written by Pim on Friday November 20, 2015 - Comment - Permalink Categories: php, technology - Tags: php, symfony2, cache
Spoiler: WeCamp 2015 is was an awesome 5-days experience on an island in The Netherlands focused on personal development, technical skills and soft skills!
Written by Pim on Friday November 13, 2015 - Comment - Permalink Category: events - Tag: wecamp
The Symfony2 Form component is probably the most complex Symfony2 component available. The basic implementation of a form can be done in controllers but this gets chaotic very fast. To get a nice and simple structure, I have developed the FormHandler library.
Written by Pim on Saturday October 3, 2015 - Comment - Permalink Tags: symfony2, form, php - Category: php
Hello World!
Written by Pim on Monday September 21, 2015 - Comment - Permalink