foreach ($objPersonArray as $objPerson) {
        _p('<li>'.$objPerson->FirstName . ' ' . $objPerson->LastName, false);

        // Now, instead of using the _ProjectAsTeamMember virtual attribute, we will use
        // the _ProjectAsTeamMemberArray virtual attribute, which gives us an array of Project objects