Archive for the 'Propel' 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 […]

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.