cakephp2-php8/lib/Cake/Test/test_app/View/Posts/parent_1.ctp

6 lines
101 B
Text
Raw Normal View History

<?php
$this->extend('parent_2');
?>
This is the first parent.
<?php echo $this->fetch('content'); ?>