view cake/tests/test_app/views/posts/multiple_nocache.ctp @ 0:261e66bd5a0c

hg init
author Shoshi TAMAKI <shoshi@cr.ie.u-ryukyu.ac.jp>
date Sun, 24 Jul 2011 21:08:31 +0900
parents
children
line wrap: on
line source

--view start--
<cake:nocache>
	<?php echo $batman ?>
</cake:nocache>

this view has 3 nocache blocks

<cake:nocache>
	<?php echo $spiderman; ?>
</cake:nocache>

<cake:nocache>
	<?php echo 'some string'; ?>
</cake:nocache>
--view end--