extend('/Common/view'); /* //Vous pouvez récupérer la liste de tous blocks existants en utilisant la méthode blocks(): $list = $this->blocks(); (En admettant que notre fichier de vue a une variable $post avec les données sur notre post) $this->assign('title', $post->title); $this->start('sidebar'); ?>
  • Html->link('edit', [ 'action' => 'edit', $post->id ]); ?>
  • end(); ?> // The remaining content will be available as the 'content' block // In the parent view. body) ?> */