JonBlog
Thoughts on website ideas, PHP and other tech topics, plus going car-free
Writing (page 6)
Categories: Symfony | Add a Comment

I’ve been setting aside some time to jump all the way from symfony 1.0, which I still use in my full-time work, to 1.4. I’m in particular interested in the Forms system, which links form element attributes (such as an integer or string length validator) to database columns automatically. Since I’m fond of advising new […]

Categories: Work | 1 Comment

For the past few months, I’ve been looking at the market for PHP roles, and thought I’d offer some thoughts on what I’m interested in. I’m based in the England’s great second city, Birmingham, and am trying to resist the lure of intriguing development roles in London. This post is primarily for recruiters and potential […]

Categories: Symfony | 5 Comments

I work on a large web application using symfony 1.0, and we add new subsystems frequently, each having its own set of authorisation/security requirements. When we started writing the application, it was clear that we needed a unified permissions system that would be both simple to use, and highly flexible. I’ve talked about our solution […]

Categories: Symfony | 3 Comments

A popular forum question from symfony beginners is how to install the software on a server that hosts a number of symfony projects. The original core team advice, dating back to before the 1.0 version, was to install via PEAR. However, anyone who has fought with PEAR in a Microsoft corporate network environment knows that […]