cakephp2-php8/cake/tests/test_app/views/posts/nocache_multiple_element.ctp

9 lines
151 B
Text
Raw Normal View History

<!--nocache-->
<?php echo $foo; ?>
<!--/nocache-->
<!--nocache-->
<?php echo $bar; ?>
<!--/nocache-->
<?php echo $this->element('nocache/sub1'); ?>