cakephp2-php8/lib/Cake/tests/test_app/views/posts/multiple_nocache.ctp
José Lorenzo Rodríguez 4a287faa1e Moving the tests folder
2010-12-08 01:36:38 -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--