mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
15 lines
No EOL
234 B
PHP
15 lines
No EOL
234 B
PHP
--view start--
|
|
<!--nocache-->
|
|
<?php echo $batman ?>
|
|
<!--/nocache-->
|
|
|
|
this view has 3 nocache blocks
|
|
|
|
<!--nocache-->
|
|
<?php echo $spiderman; ?>
|
|
<!--/nocache-->
|
|
|
|
<!--nocache-->
|
|
<?php echo 'some string'; ?>
|
|
<!--/nocache-->
|
|
--view end--
|