I am writing a form, which has a select menu in it, I want the values to pulled from the database, so I thought it would be something along these lines:
My view
You need to return an array of strings, result() is an array of objects.
Maybe try this in your model:
return $query->result_array();