Chris Morgan : We can't use $aArray += $oObject to add a single object to an array, switch to $aArray[] = $oObject instead