dreamjob/lib/Cake/Test/test_app/View/Posts/parent_1.ctp

6 lines
101 B
PHP
Executable File

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