cakephp2-php8/lib/Cake/tests/test_app/View/posts/multiple_nocache.ctp
2011-03-22 00:46:51 -04:30

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