search
top

Probably watching too many RoR demos lately

Not sure why, but this ActiveRecord thing appealed to me and so i wrote a short behavior (nothing to release, really..) that kinda emulates RoR a little more… However, i think this is something for the bin. Or does anyone see a need or benefit of something like this: $this->User->find('first'); pr ($this->User->record); // has the full record $this->User->record->username =... read more

CakePHP Twitter Timeline

This is original sunday evening fun stuff! I’ve found the Timeline Javascript via the german Cakery weblog and was curious about the name and functionality. While looking at the examples it straight hit me. This would be cool for Twitter! Walking through the examples i hacked an data adapter for the Twitter JSON response. With some more tweaks, like adding the Twitter Icon and colors, i build... read more
top