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...
read more

More on possible Events in CakePHP

As a follow up to: Events in CakePHP – I really like it Let’s say you have unkown entities in your project – totally dynamic. Let it be a plugin, another model, not associated at all....
read more

Adding “empty” to list-find, for the lazy

Currently i use the scaffold views alot to bake a simple admin interface. What annoyed me was that ‘empty’ is not set on select inputs. I could of course go through all add/edit views and add...
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...
read more

Model::save blacklist – in reply to teknoid

It’s not that i did not know what else to post, but here’s a more general approach for those who like using blackList over whiteList when tighten up save() calls. This post is ment as follow...
read more
 Page 2 of 6 « 1  2  3  4  5 » ...  Last » 
top