dreamjob/lib/Cake/Test/test_app/View/Layouts/cache_layout.ctp

13 lines
242 B
PHP
Executable File

<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>