Détail sous-catégorie

Html->link(__(' Editer cette sous-catégorie'), ['action' => 'edit', $sousCategory->id], ['escape' => false,'onclick' => 'return true;'] ); } if (in_array($role, ['Super Administrateur'])) { echo $this->Form->postLink(__(' Supprimer cette sous-catégorie'), ['action' => 'delete', $sousCategory->id], ['style'=>'margin-left: 110px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $sousCategory->id)] ); } $displayElement(__('Nom'), h($sousCategory->nom)); $displayElement(__('Catégorie'), $sousCategory->has('category') ? $this->Html->link($sousCategory->category->nom, ['controller' => 'Categories', 'action' => 'view', $sousCategory->category->id]) : ''); ?>

Materiels associées (count()?>)

Html->link(h($materiel->designation), ['controller' => 'Materiels', 'action' => 'view', h($materiel->id)]); ?> Html->link(__(''), ['controller' => 'Materiels', 'action' => 'view', $materiel->id], ['escape' => false, 'style' => 'margin:0']) ?>
element('menu') ?> element('menu_view', [ 'pluralHumanName' => 'Sous-Catégories', 'singularHumanName' => 'Sous-Catégorie', 'lien' => $sousCategory->id ]) ?>