Welcome Guest, Not a member yet? Register   Sign In
What is the meaning of std Class object ... + array
#3

[eluser]CroNiX[/eluser]
Just guessing, but you are probably trying to iterate over an object or accessing its properties as if it were an array using array notation instead of object notation.

Like, if $my_object is an object with a property of 'setting' and you are trying to access it like $my_object['setting'] instead of $my_object->setting.


Messages In This Thread
What is the meaning of std Class object ... + array - by El Forum - 04-28-2011, 05:04 AM
What is the meaning of std Class object ... + array - by El Forum - 04-28-2011, 08:35 AM
What is the meaning of std Class object ... + array - by El Forum - 04-28-2011, 03:05 PM
What is the meaning of std Class object ... + array - by El Forum - 04-29-2011, 05:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB