the best way to find out is.....
if you look at what controller/function is calling this view, there should be a line like this:
$data['categories'] = ........;
the ...... part should have a call to a model and function....that way you can go see what the query is....
__________________
Thomas Myer
Author, Professional CodeIgniter
http://www.tripledogs.com
|