[eluser]wandschrank[/eluser]
I've a basic understanding problem with $object->save();
I want do create a fake row in the object for a dropdown-field in a form like (-- please select -- ). How can i manage this?
$object->select('id,title')->get();
gets me all items. that is OK. Now i want to add one Item with the row ('NULL','-- please select --') to the object. I don not want to save this row but use it for a 'has one'-relation without 'NOT NULL'.