Tag Archives: propel

Propel doUpdate update multiple records in a single statement

I’ve been very busy with a number of project launches lately. While working on a little problem today I re-discovered a little gem for use with Propel to update multiple rows in a single statement, rather than iterating through a collection updating and saving each object in turn. This task is simple in SQL but [...]

Posted in php, symfony | Also tagged , | Leave a comment