parent_1.ctp 94 B

12345
  1. <?php
  2. $this->extend('parent_2');
  3. ?>
  4. This is the first parent.
  5. <?= $this->fetch('content'); ?>