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

6 lines
101 B
Plaintext
Raw Normal View History

2014-02-18 12:10:29 +01:00
<?php
$this->extend('parent_2');
?>
This is the first parent.
<?php echo $this->fetch('content'); ?>