mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
e06895ef91
Adding test case for elements + extending Making elements extend each other.
5 lines
110 B
PHP
5 lines
110 B
PHP
<?php
|
|
$this->extend('parent_1');
|
|
$this->assign('sidebar', 'Sidebar Content.');
|
|
?>
|
|
This is the first template.
|