object = $object; parent::__construct($name); } public function scaffoldFormField($title = null, $params = null) { $titleField = ($this->object->hasField('Title')) ? "Title" : "Name"; $map = new SQLMap($this->object->extendedSQL(), "ID", $titleField); return new DropdownField($this->name, $title, $map, null, null, ' '); } } ?>