vagrant-share issues
As a reminder (mostly for myself, but any googlers out there): After updating Leopard to OSX Mavericks (yes, I know it’s 2014!), i had to reinstall vagrant again. Using the latest version (1.7.0)...
View ArticleDebugging Symfony components
Don’t you hate it when you are stepping through your debugger during a Symfony application debug session, and all of a sudden it cannot find files anymore as Symfony uses code located in the...
View ArticleAdvanced user switching
A really neat trick in the Symfony Security component is the fact that you can impersonate or “switch” users. This allows you to login as another user, without supplying their password. Suppose a...
View ArticleThe secret success of PHPNL
Jelrik and I wanted to share something (I forgot what it was) during the PHPBenelux conference. Probably too lazy to send it through email (tarring, getting it into the email client, sending.. blergh.....
View ArticleThe PHP Elephant stampede
Do you have a toy PHP elephant? A blue one, or an exotic other color, maybe even a jumbo version? Maybe even more than one? Good, put it or them down on the floor, step away from it for a about 5...
View ArticleUnderstanding Symfony2 Forms
To actually use Symfony2 forms, all you need to do is read some documentation, a few blog posts and you’ll be up and running in a couple of minutes. Understanding Symfony2 forms however, is a whole...
View ArticleIncrementing values in PHP
Incrementing values in PHP Take a variable, increment it with 1. That sounds like a simple enough job right? Well.. from a PHP developer point of view that might seem the case, but is it really? There...
View ArticleSymfony, XDebug and the maximum nesting level
Symfony, XDebug and the maximum nesting level
View Article