mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
5 lines
101 B
PHP
5 lines
101 B
PHP
<?php
|
|
$this->extend('parent_2');
|
|
?>
|
|
This is the first parent.
|
|
<?php echo $this->fetch('content'); ?>
|