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

13 lines
No EOL
238 B
PHP

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