mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
13 lines
No EOL
242 B
PHP
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>
|