[eluser]Rick Jolly[/eluser]
Ok, my view code should work if you assign $query->result_array() to the view in the controller as in your post #2. You had an error in your post #8 which might have caused you troubles:
Code:
foreach($query->result_array():
// should be
foreach($query->result_array()):