Code Context $this->set('member', $q);
$nom .= ucfirst($q ["Member"]['prenom']);
$id = '4997'
$q = array(
'Member' => array(
'password' => '*****',
'id' => '4997',
'civilite' => 'Mr',
'gender' => 'homme',
'email' => 'brugees@gmail.com',
'nom' => 'Giacobbé',
'prenom' => 'Bruno',
'logo' => null,
'adresse' => null,
'adresse_suite' => null,
'codepostal' => '22510',
'ville' => 'St trimoel',
'telephone' => null,
'annee_nais' => '1979',
'masquer_nom' => '1',
'masquer_tel' => '1',
'masquer_adresse' => '1',
'nbr_con' => '1',
'codevalidation' => 'joucde5b0hf',
'suspendu' => false,
'created' => '2014-05-13 08:07:41',
'confirmed' => true,
'd_d_con' => '2014-05-13 08:08:12',
'compteur' => '0',
'recover_code' => '',
'rating_average' => '0.00',
'nbr_h_c' => '0',
'nbr_h_u' => '0',
'nbr_h_service_d' => '0',
'nbr_h_service_p' => '0',
'dispo_comment' => '',
'ratings_count' => '0',
'rating_count' => '1'
),
'Disponibilite' => array(
(int) 0 => array(
'member_id' => '4997',
'jour_id' => '4',
'heure_debut' => '10',
'heure_fin' => '17',
'id' => '3045',
'disponible' => '0'
),
(int) 1 => array(
'member_id' => '4997',
'jour_id' => '5',
'heure_debut' => '13',
'heure_fin' => '16',
'id' => '3044',
'disponible' => '0'
)
),
'Demande' => array(),
'Rrdv' => array(),
'Srdv' => array(),
'Rmessage' => array(),
'Smessage' => array(),
'Vintervention' => array(
(int) 0 => array(
'id' => '3660',
'member_id' => '4997',
'ville' => 'St trimoel',
'rayon' => '35',
'lat' => '-2.55057',
'lng' => '48.387'
)
),
'Caution' => array(),
'Service' => array(
(int) 0 => array(
'id' => '45',
'name' => 'Travaux et entretien habitat - PEINTURE',
'description' => '',
'slug' => 'travaux-et-entretien-habitat-peinture',
'parent_id' => '43',
'lft' => '6',
'rght' => '7',
'MembersService' => array(
[maximum depth reached]
)
),
(int) 1 => 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) 2 => 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) 3 => array(
'id' => '52',
'name' => 'Bricolage - REPARATIONS',
'description' => '',
'slug' => 'bricolage-reparations',
'parent_id' => '43',
'lft' => '20',
'rght' => '21',
'MembersService' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'id' => '51',
'name' => 'Bricolage - PETITS TRAVAUX MANUELS',
'description' => '',
'slug' => 'bricolage-petits-travaux-manuels',
'parent_id' => '43',
'lft' => '22',
'rght' => '23',
'MembersService' => array(
[maximum depth reached]
)
),
(int) 5 => 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) 6 => array(
'id' => '99',
'name' => 'Automobile - VIDANGE',
'description' => '',
'slug' => 'automobile-vidange',
'parent_id' => '43',
'lft' => '60',
'rght' => '61',
'MembersService' => array(
[maximum depth reached]
)
),
(int) 7 => 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) 8 => array(
'id' => '96',
'name' => 'Absences / Vacances - EFFECTUER DES RONDES',
'description' => '',
'slug' => 'absences-vacances-effectuer-des-rondes',
'parent_id' => '43',
'lft' => '114',
'rght' => '115',
'MembersService' => array(
[maximum depth reached]
)
),
(int) 9 => array(
'id' => '104',
'name' => 'Informatique - RESOLUTION DE PROBLÈMES',
'description' => '',
'slug' => 'informatique-resolution-de-problemes',
'parent_id' => '43',
'lft' => '120',
'rght' => '121',
'MembersService' => array(
[maximum depth reached]
)
),
(int) 10 => array(
'id' => '109',
'name' => 'Festivités - AIDE A LA PRÉPARATION D'UNE FÊTE',
'description' => '',
'slug' => 'festivites-aide-a-la-preparation-d-une-fete',
'parent_id' => '43',
'lft' => '130',
'rght' => '131',
'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