cakephp2-php8/lib/Cake/Test/test_app/View/Posts/nested_extends.ctp
mark_story e06895ef91 Adding view files for tests.
Adding test case for elements + extending
Making elements extend each other.
2011-12-17 22:23:35 -05:00

5 lines
110 B
PHP

<?php
$this->extend('parent_1');
$this->assign('sidebar', 'Sidebar Content.');
?>
This is the first template.