Your problem is your passing an object array to the view from find not an associated array
PHP Code:
// so to access just use:
<option value="<?= $doc->id; ?>" <?= set_select('doc_type_id', $doc->id) ?>> <?= $doc->name; ?>
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )