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
103 B
PHP
3 lines
103 B
PHP
<?php $this->extend('parent_view'); ?>
|
|
View content.
|
|
<?php echo $this->element('extended_element'); ?>
|