Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3919 | Rev 6749 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3919 Rev 3920
Línea 2309... Línea 2309...
2309
                $items = [];
2309
                $items = [];
Línea 2310... Línea 2310...
2310
                
2310
                
2311
                $records = $userHobbyAndInterestMapper->fetchAllByUserProfileId($userProfile->id);
2311
                $records = $userHobbyAndInterestMapper->fetchAllByUserProfileId($userProfile->id);
2312
                foreach($records as $record)
2312
                foreach($records as $record)
2313
                {
2313
                {
2314
                    $hobbyAndInterest = $hobbyAndInterestMapper->fetchOne($record->hobbyAndInterest_id);
2314
                    $hobbyAndInterest = $hobbyAndInterestMapper->fetchOne($record->hobby_and_interest_id);
2315
                    array_push($items,  ['value' => $hobbyAndInterest->uuid, 'label' => $hobbyAndInterest->name]);
2315
                    array_push($items,  ['value' => $hobbyAndInterest->uuid, 'label' => $hobbyAndInterest->name]);
Línea 2316... Línea 2316...
2316
                }
2316
                }
2317
                
2317