I'm finding some problems to pass the result of a query in the model to the view in CodeIgniter. What would be the best way to do this?
My query: $query = $this->db->query("SELECT * FROM crm.usuario limit 50");
And I want to make a listing with the results in the view.