brmsklad/lib/Cake/Test/test_app/View/Layouts/cache_layout.ctp
2017-02-26 15:32:50 +01:00

13 lines
No EOL
242 B
PHP

<p>This is regular text</p>
<!--nocache-->
<?php echo microtime(); ?>
<!--/nocache-->
<?php echo $this->fetch('content'); ?>
<?php echo $superman; ?>
<!--nocache-->
<?php echo $variable; ?>
<!--/nocache-->
<p>Additional regular text.</p>