HTML5 form inputs in CakePHP 1.2
At work, we’re building out a mobile version of our replicated sites. As anyone who’s used an iPhone or Android browser to fill out a web form knows… using an iPhone or Android browser to fill out a web form is really annoying, and it’s best to make things as user-friendly as possible. That’s why […]
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 […]