Welcome Guest, Not a member yet? Register   Sign In
Noob! Accessing a variable from an array
#3

[eluser]trickymh[/eluser]
[quote author="Adam K" date="1270918560"]You have to notice, that you're returning 'results' into your $data array under index 'resources'.

So in view, rather than
Code:
echo $results->name;
, you have to call
Code:
echo $resources->name;
[/quote]


Thanks Adam, when I do this I get a 'Trying to get property of non-object' error on the view code.


Messages In This Thread
Noob! Accessing a variable from an array - by El Forum - 04-10-2010, 05:13 AM
Noob! Accessing a variable from an array - by El Forum - 04-10-2010, 05:56 AM
Noob! Accessing a variable from an array - by El Forum - 04-10-2010, 06:01 AM
Noob! Accessing a variable from an array - by El Forum - 04-10-2010, 06:03 AM
Noob! Accessing a variable from an array - by El Forum - 04-10-2010, 06:04 AM
Noob! Accessing a variable from an array - by El Forum - 04-10-2010, 06:18 AM
Noob! Accessing a variable from an array - by El Forum - 04-10-2010, 06:23 AM
Noob! Accessing a variable from an array - by El Forum - 04-10-2010, 06:25 AM
Noob! Accessing a variable from an array - by El Forum - 04-10-2010, 06:28 AM
Noob! Accessing a variable from an array - by El Forum - 04-10-2010, 06:32 AM
Noob! Accessing a variable from an array - by El Forum - 04-10-2010, 06:38 AM
Noob! Accessing a variable from an array - by El Forum - 04-10-2010, 06:47 AM
Noob! Accessing a variable from an array - by El Forum - 04-10-2010, 07:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB