CakePHP generic filter plugin

Posted in CakePHP on 02.01.2010.

Although cake takes good care of the basic CRUD functionality, I often need to do one more thing with my data. And that's filtering it. Or "searching", if you like it more that way.

Simple tweak for model relations in CakePHP

Posted in CakePHP on 30.06.2009.

What happens when you wait for half an hour to delete one row in your database? Investigation!

10 Linux misconceptions - the original list

Posted in Misc on 21.06.2009.

The original list about Linux misconceptions in the general public.

Being linked to is nice

Posted in Misc on 05.06.2009.

Impertinent mortal wormcast! Do you truly aspire to prevail against me? [...] Long before man hurled himself squamously from the primordial ooze, I waged war with gods and thwarted eternity!

Advanced routing with CakePHP - one example

Posted in CakePHP on 03.06.2009.

Ever wondered how to make a route which has no controller/action name yet doesn't break your existing routes?