Archive for the 'Database' Category

Solved: How to get I18n working on reverse-engineered tables

Wednesday, May 9th, 2007

We’ve all been there - Symfony and I18n do play well together - it’s got XLIFF for interface translation which works almost out-of-the-box, it’s got localization features for things like numbers, currencies and many others. It also has internationalization features that work with database tables. Unfortunately, all is well until you stray from the guidelines presented […]

Generating permalinks

Saturday, January 20th, 2007

We’ve all been there - SEO can be quite a pain in the ass when you’re competing against others for exposure. Turns out, much of the tedious content optimization can be resolved in the development phase, using nice and descriptive URLs.

Making your life easier with Factory design patterns

Friday, January 5th, 2007

This time round, I’d like to share a quick tip to those that may not be aware of how to simplify common tasks, such as fetching a specific group of entries within a table.