Code Context $this->set('member', $q);
$nom .= ucfirst($q ["Member"]['prenom']);
$id = '37415'
$q = array(
'Member' => array(
'password' => '*****',
'id' => '37415',
'civilite' => 'Mr',
'gender' => 'femme',
'email' => 'gaelle.leroux@lilo.org',
'nom' => 'Leroux',
'prenom' => 'Gaëlle',
'logo' => '1561909740.png',
'adresse' => '',
'adresse_suite' => null,
'codepostal' => '36600',
'ville' => 'Lange',
'telephone' => '0626238791',
'annee_nais' => '1990',
'masquer_nom' => '0',
'masquer_tel' => '1',
'masquer_adresse' => '0',
'nbr_con' => '2',
'codevalidation' => 'b3ttnutzudr',
'suspendu' => false,
'created' => '2019-06-27 11:34:43',
'confirmed' => true,
'd_d_con' => '2019-07-03 18:09:55',
'compteur' => '2',
'recover_code' => '',
'rating_average' => '0.00',
'nbr_h_c' => '0',
'nbr_h_u' => '0',
'nbr_h_service_d' => '0',
'nbr_h_service_p' => '2',
'dispo_comment' => '',
'ratings_count' => '0',
'rating_count' => '1'
),
'Disponibilite' => array(
(int) 0 => array(
'member_id' => '37415',
'jour_id' => '4',
'heure_debut' => '',
'heure_fin' => '',
'id' => '20158',
'disponible' => '0'
)
),
'Demande' => array(),
'Rrdv' => array(),
'Srdv' => array(),
'Rmessage' => array(
(int) 0 => array(
'id' => '32183',
'objet' => 'Isolation',
'message' => 'Bonjour Gaelle,
Vous venez d'acquérir une nouvelle maison, si vous avez besoin de renseignements sur l'ISOLATION, et notamment le financement par les certificats d'économie d'énergie
Au plaisir de vous lire
Thierry ',
'date' => '2019-07-03 09:46:17',
'lu' => '1',
'receiver_id' => '37415',
'sender_id' => '36728',
'sender_delete' => true,
'receiver_delete' => false
)
),
'Smessage' => array(),
'Vintervention' => array(
(int) 0 => array(
'id' => '17755',
'member_id' => '37415',
'ville' => 'Lange',
'rayon' => '50',
'lat' => '1.51312',
'lng' => '47.0726'
)
),
'Caution' => array(),
'Service' => array(
(int) 0 => array(
'id' => '44',
'name' => 'Travaux et entretien habitat - JARDIN',
'description' => '',
'slug' => 'travaux-et-entretien-habitat-jardin',
'parent_id' => '43',
'lft' => '4',
'rght' => '5',
'MembersService' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'id' => '50',
'name' => 'Bricolage - MONTER UN MEUBLE EN KIT',
'description' => '',
'slug' => 'bricolage-monter-un-meuble-en-kit',
'parent_id' => '43',
'lft' => '18',
'rght' => '19',
'MembersService' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'id' => '54',
'name' => 'Déménagement - AIDE DÉMÉNAGEMENT',
'description' => '',
'slug' => 'demenagement-aide-demenagement',
'parent_id' => '43',
'lft' => '28',
'rght' => '29',
'MembersService' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'id' => '57',
'name' => 'Baby-sitting - GARDE D'ENFANT',
'description' => '',
'slug' => 'baby-sitting-garde-d-enfant',
'parent_id' => '43',
'lft' => '34',
'rght' => '35',
'MembersService' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'id' => '60',
'name' => 'Animaux - GARDE D'ANIMAUX',
'description' => '',
'slug' => 'animaux-garde-d-animaux',
'parent_id' => '43',
'lft' => '42',
'rght' => '43',
'MembersService' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'id' => '71',
'name' => 'Cours particuliers - AUTRES',
'description' => '',
'slug' => 'cours-particuliers-autres',
'parent_id' => '43',
'lft' => '76',
'rght' => '77',
'MembersService' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'id' => '91',
'name' => 'Courses - FAIRE LES COURSES A PARTIR D'UNE LISTE',
'description' => '',
'slug' => 'courses-faire-les-courses-a-partir-d-une-liste',
'parent_id' => '43',
'lft' => '104',
'rght' => '105',
'MembersService' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'id' => '92',
'name' => 'Courses - DÉMARCHES ADMINISTRATIVES',
'description' => '',
'slug' => 'courses-demarches-administratives',
'parent_id' => '43',
'lft' => '106',
'rght' => '107',
'MembersService' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'id' => '95',
'name' => 'Absences / Vacances - ARROSER LE JARDIN',
'description' => '',
'slug' => 'absences-vacances-arroser-le-jardin',
'parent_id' => '43',
'lft' => '112',
'rght' => '113',
'MembersService' => array(
[maximum depth reached]
)
),
(int) 9 => array(
'id' => '112',
'name' => 'Autres',
'description' => '',
'slug' => 'autres',
'parent_id' => '43',
'lft' => '136',
'rght' => '137',
'MembersService' => array(
[maximum depth reached]
)
)
)
)
$nom = null
MembersController::profil() - APP/Controller/MembersController.php, line 431
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112