Html->link( h($user['organisation']['name']), ['controller' => 'organisations', 'action' => 'view', $user['organisation']['id']] ) . '] '; } $links[] = $orgPrepend . $this->Html->link( h($user['username']), ['controller' => 'users', 'action' => 'view', $user['id']] ); } echo implode('
', $links); } ?>