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.
3 lines
105 B
PHP
3 lines
105 B
PHP
This is the second parent.
|
|
<?php echo $this->fetch('content'); ?>
|
|
<?php echo $this->fetch('sidebar'); ?>
|