[eluser]TheFuzzy0ne[/eluser]
description doesn't exist, because you need to alias it.
Code:
$this->db->select('id, animal_id, status, visible, LEFT(description,25) AS description', FALSE);
$this->db->order_by("id", "asc");
$query = $this->db->get('available');