Welcome Guest, Not a member yet? Register   Sign In
[Basic PHP] Treat function or method call as an array?
#2

[eluser]danmontgomery[/eluser]
Like the stack overflow post says, you can't treat return values as arrays. You can get rid of one of your lines, though.

Code:
$array = $CI->config->item('returns_indexed_array');
$value = $array[$CI->config->item('returns_index')];

You could also just write a helper function so that it would at least look cleaner.


Messages In This Thread
[Basic PHP] Treat function or method call as an array? - by El Forum - 01-08-2010, 09:23 AM
[Basic PHP] Treat function or method call as an array? - by El Forum - 01-08-2010, 09:30 AM
[Basic PHP] Treat function or method call as an array? - by El Forum - 01-08-2010, 09:38 AM
[Basic PHP] Treat function or method call as an array? - by El Forum - 01-08-2010, 09:45 AM
[Basic PHP] Treat function or method call as an array? - by El Forum - 01-09-2010, 03:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB