brmsklad/lib/Cake/Test/test_app/View/Posts/multiple_nocache.ctp
2017-02-26 15:27:58 +01:00

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