cakephp2-php8/cake/tests/test_app/views/elements/nocache/sub1.ctp

8 lines
No EOL
178 B
PHP

<?php echo $this->element('nocache/sub2'); ?>
<!--nocache-->
<?php $foobar = 'in sub1'; ?>
<?php echo $foobar; ?>
<!--/nocache-->
<?php echo 'printing: "' . $foobar . '"'; ?>