cakephp2-php8/lib/Cake/Test/test_app/View/Layouts/cache_layout.ctp

13 lines
242 B
Text
Raw Normal View History

<p>This is regular text</p>
<!--nocache-->
<?php echo microtime(); ?>
<!--/nocache-->
<?php echo $this->fetch('content'); ?>
<?php echo $superman; ?>
<!--nocache-->
<?php echo $variable; ?>
<!--/nocache-->
2009-07-26 09:59:51 +00:00
<p>Additional regular text.</p>