Welcome Guest, Not a member yet? Register   Sign In
unable to get data through result()
#3

First try this in your controller, right after the line $data['cat'] = ... :
PHP Code:
echo '<pre>';
print_r($data);
echo 
'</pre>'

This will show what your model returns as a result.
Reply


Messages In This Thread
unable to get data through result() - by nady - 09-05-2015, 11:15 PM
RE: unable to get data through result() - by Wouter60 - 09-06-2015, 05:46 AM
RE: unable to get data through result() - by nady - 09-06-2015, 07:36 AM
RE: unable to get data through result() - by nady - 09-06-2015, 11:18 AM
RE: unable to get data through result() - by nady - 09-06-2015, 11:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB