W wrestlinginc New Member Jun 10, 2012 #1 I need to be able to set my object like this:\[code\]$obj->foo = 'bar';\[/code\]then after that is set i need the following to be true\[code\]if($obj['foo'] == 'bar'){ //more code here}\[/code\]
I need to be able to set my object like this:\[code\]$obj->foo = 'bar';\[/code\]then after that is set i need the following to be true\[code\]if($obj['foo'] == 'bar'){ //more code here}\[/code\]