Archive for March, 2010

CakePHP containable order

I’m developing in CakePHP at work, and I was trying to do a sort on a contained model.   As in, for all of the Foos, get all the related Bars, but order the Bars by Bar.publish_date (or whatever). I kept getting conflicting information about whether that was even possible and how to go about […]

Posted by Curtis Gibby on March 24th, 2010

Filed under Programming | 3 Comments »