Marco Frattola
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created illegal array key type stdClass
I have this code fragment: <?phpforeach( $this->getFieldToUnset() as $field) { unset($attributes[$field]);}?> where $this->getFieldToUnset is a method that returns an array. After working for ...