mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
6 lines
101 B
Text
6 lines
101 B
Text
|
<?php
|
||
|
$this->extend('parent_2');
|
||
|
?>
|
||
|
This is the first parent.
|
||
|
<?php echo $this->fetch('content'); ?>
|