search
top

Eventful – A CakePHP Event System

As promised in the comments of the most recent entry i created a repo for my event system. It’s currently under heavy development, yet ready to use. I don’t think the interface will change much from here on out. The installation is similar to the DebugKit. Put the “eventful” plugin into your plugins folder and add the Behavior or Component to your app. This will include all... read more

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
top