dreamjob/lib/Cake/Test/test_app/View/Posts/multiple_nocache.ctp

15 lines
234 B
Plaintext
Raw Normal View History

2014-02-18 12:10:29 +01:00
--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--