Code Context
$contact=$this->Contact->find('all');
$this->set(compact('contacts','contact1','contact'));
$id = null
$contact1 = array(
'Contact' => array(
'id' => '2',
'nom' => 'Direction commerciale',
'email' => 'bcm@groupebourenane.com',
'adresse' => 'El Djelf ilot N°22 Groupe 167 Ghafsitane Cne El Euche, B.B.Arréridj',
'map' => '35.918150, 4.669989',
'fax' => '+213 (0)44 29 12 68',
'tel1' => '+213 (0)44 29 10 85',
'tel2' => '',
'tel3' => '',
'mob1' => '+213 (0)560 03 80 54',
'mob2' => '',
'mob3' => '',
'date_ajout' => '2019-02-06'
)
)
$contact = array(
(int) 0 => array(
'Contact' => array(
'id' => '2',
'nom' => 'Direction commerciale',
'email' => 'bcm@groupebourenane.com',
'adresse' => 'El Djelf ilot N°22 Groupe 167 Ghafsitane Cne El Euche, B.B.Arréridj',
'map' => '35.918150, 4.669989',
'fax' => '+213 (0)44 29 12 68',
'tel1' => '+213 (0)44 29 10 85',
'tel2' => '',
'tel3' => '',
'mob1' => '+213 (0)560 03 80 54',
'mob2' => '',
'mob3' => '',
'date_ajout' => '2019-02-06'
)
),
(int) 1 => array(
'Contact' => array(
'id' => '5',
'nom' => 'ANNEXE',
'email' => 'gb.showroom@gmail.com',
'adresse' => 'Lotissement Cadat N°11, Rouiba, Alger',
'map' => '35.918150, 4.669989',
'fax' => '+213 (0)21 85 51 33',
'tel1' => '+213 (0)21 85 51 33',
'tel2' => '',
'tel3' => '',
'mob1' => '+213 (0)555 04 84 29',
'mob2' => '+213 (0)561 65 56 45',
'mob3' => '+213 (0)560 42 63 70',
'date_ajout' => '2019-06-02'
)
)
)
compact - [internal], line ??
ContactsController::index() - APP/Controller/ContactsController.php, line 75
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117