Apr 13, 2009
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 it, but i thought i rather modify the result to include a empty entry. Always add a “empty” entry to the result function find($conditions = null, $fields = array(), $order = null, $recursive =... read more

